Complex configuration environment variable best practice #151
Replies: 2 comments
-
|
Ok, I see Looking for how an environment variable could set it... |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This is completely not related to this repository! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I'm playing around with the IssuerInitializerProvider.java example, and while the example sets a single issuer via
KC_SPI_INITIALIZER_ISSUER_BASE_URIand applies it to themasterrealm (unit test), the change I want to make is to set a different issuer for each different realm.I can make this work, but was wondering what the best practice is for complex configuration. For example, instead of
I could use JSON for a realm-to-issuer mapping:
Good idea? other ways?
Beta Was this translation helpful? Give feedback.
All reactions