This document has the full list of environment variables that can be configured in the Docker Compose File or Helm yaml files:
# example http://localhost:8800/auth/realms/webhookie
# example http://keycloak:8080/auth/realms/webhookie/protocol/openid-connect/certs
RS256
# example webhookie_api
# example webhookie_client
# example$$.resource_access.webhookie_client.roles
# example$$.groups
$$.entity
true
# example/protocol/openid-connect/auth
# example/protocol/openid-connect/token
# examplemongodb://mongodb/webhookie-db?retryWrites=true&w=majority&maxPoolSize=200
# examplehttp://localhost:4300
# A JWT example that the snippets reference above. { "exp": 1631652286, "iat": 1631616286, "jti": "9adf35fc-af1b-46fb-9907-cb464a75bbdf", "iss": "http://localhost:8800/auth/realms/webhookie", "aud": "webhookie_api", "sub": "2ca56807-71b8-40f5-b6ef-30e81ed36803", "typ": "Bearer", "azp": "webhookie_client", "session_state": "28e47efd-7243-4fc3-be8b-83df7c6b5442", "acr": "1", "allowed-origins": [ "http://localhost:4300" ], "resource_access": { "webhookie_client": { "roles": [ "WH_PROVIDER", "WH_CONSUMER", "WH_ADMIN" ] } }, "scope": "email profile", "email_verified": false, "groups": [], "preferred_username": "webhookie_admin", "entity": "Webhookie" }
Powered by BetterDocs