question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 6 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
jvalkealcommented, Mar 14, 2018

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.

1reaction
markpollackcommented, Mar 5, 2018

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found