We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 124f804 commit bd274afCopy full SHA for bd274af
Dockerfile
@@ -56,6 +56,9 @@ ENV cwms.dataapi.access.providers="KeyAccessManager,OpenID"
56
ENV cwms.dataapi.access.openid.wellKnownUrl="https://<prefix>/.well-known/openid-configuration"
57
ENV cwms.dataapi.access.openid.issuer="<issuer>"
58
ENV cwms.dataapi.access.openid.timeout="604800"
59
+# Putting default values here to easy configuration
60
+ENV cwms.dataapi.access.openid.clientId=cwms
61
+ENV cwms.dataapi.access.openid.idpHint=federation-eams
62
#ENV cwms.dataapi.access.openid.altAuthUrl="https://identityc-test.cwbi.us/auth/realms/cwbi"
63
64
# used to simplify redeploy in certain contexts. Update to match -<marker> in image label
0 commit comments