Skip to content
Discussion options

You must be logged in to vote

Hi @Skaldhor! I'm Dosu and I'm helping the Stirling-tools team.

Authentication is not supported in latest-ultra-lite, regardless of what environment variables you set. Setting DISABLE_ADDITIONAL_FEATURES: false in your compose file has no effect on that image.

The reason is that the ultra-lite image's JAR is compiled at build time with DISABLE_ADDITIONAL_FEATURES=true as a Gradle build argument — it's baked into the artifact itself, not a runtime toggle [1]. Login functionality lives in a separate "with-login" security JAR that gets downloaded at container startup by download-security-jar.sh, but only when DISABLE_ADDITIONAL_FEATURES is false at runtime [2]. Even though the ultra-lite en…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Skaldhor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant