Document how to run a customized version of spring-cloud-skipper-server
See original GitHub issue(brought this up in gitter, @sabbyanandan recommended I open an issue)
The documentation mentions adding a custom AuthoritiesExtractor
in the security section, but all the documentation about deploying skipper only covers downloading a release jar and running it directly or using a docker image.
It is unclear how to set up a skipper server with modified beans/other customizations.
In similar projects it might be something like
- create a new spring boot app
- add a skipper-server dependency
- add a
@EnabledSkipperServer
annotation but currently, it is not clear how to do that.
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Spring Cloud Skipper Reference Guide
Skipper is a lightweight tool that lets you discover Spring Boot applications and manage their lifecycle on multiple Cloud Platforms.
Read more >Customize the configuration of the Skipper server
This Helm chart supports using custom configuration for the Skipper server. Specify the configuration for the Dataflow server by setting the skipper.
Read more >springcloud/spring-cloud-skipper-server - Docker Image
Spring Cloud Skipper is a tool that allows you to discover Spring Boot applications and manage their lifecycle on multiple Cloud Platforms.
Read more >Embed Spring data flow server and skipper server with my ...
1 Answer 1 · Add in the Skipper server starter dependency: <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud- ...
Read more >Spring Cloud Data Flow Integration - Wavefront Documentation
For Streaming data pipelines that use Kafka message binder, ... Here's a preview of the Spring Cloud Data Flow and Skipper Server dashboard:....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
That is most likely to happen anyway as we need to create a custom test/sample app which we can run in CI to test that everything still works.
Hi. This would be a good improvement. If you are up for it, it would be a nice contribution. For now, you can just git-clone the appropriate tag.