You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I would like Keycloak service to be aware of being behind HAPRoxy and inform it to use X-Forwarded-... headers for proper JWT issuer information. At the moment I manually edit keycloak stateful set to include PROXY_ADDRESS_FORWARDING environment variable.
Describe the solution you'd like
I would like Epiphany yml configuration file to have flag in auth-service application config that would translate to PROXY_ADDRESS_FORWARDING true/false value passed as environment variable to the keycloak pod. The default value can be set to false to maintain backward compatibility.
Describe alternatives you've considered
Additional context
DoD checklist
Changelog updated
COMPONENTS.md updated / doesn't need to be updated
Schema updated / doesn't need to be updated
Feature has automated tests
Automated tests passed (QA pipelines)
apply
upgrade
Idempotency tested
Documentation added / updated / doesn't need to be updated
All conversations in PR resolved
Solution meets requirements and is done according to design doc
Usage compliant with license
Backport tasks created / doesn't need to be backported
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I would like Keycloak service to be aware of being behind HAPRoxy and inform it to use X-Forwarded-... headers for proper JWT issuer information. At the moment I manually edit keycloak stateful set to include PROXY_ADDRESS_FORWARDING environment variable.
Describe the solution you'd like
I would like Epiphany yml configuration file to have flag in auth-service application config that would translate to PROXY_ADDRESS_FORWARDING true/false value passed as environment variable to the keycloak pod. The default value can be set to false to maintain backward compatibility.
Describe alternatives you've considered
Additional context
DoD checklist
The text was updated successfully, but these errors were encountered: