We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to use TLS termination according to hydra server spec: TLS termination
but there is not way to send X-Forwarded-Proto header in maester requests.
Is it possible to include property in helm values that allows such header to be sent?
thank you.
(Eg. hydra admin log)
level=info msg="started handling request" method=POST remote="172.17.0.6:41622" request=/clients time="2019-11-06T08:51:53Z" level=warning msg="Could not serve http connection" error="X-Forwarded-Proto header is missing" time="2019-11-06T08:51:53Z" level=error msg="An error occurred while handling a request" code=502 debug= details="map[]" error="can not serve request over insecure http"
The text was updated successfully, but these errors were encountered:
I believe a simple flag like --forwarded-proto=https would be enough?
--forwarded-proto=https
/cc @jakkab @piotrmsc
Sorry, something went wrong.
This is resolved now with #35
Successfully merging a pull request may close this issue.
I am trying to use TLS termination according to hydra server spec:
TLS termination
but there is not way to send X-Forwarded-Proto header in maester requests.
Is it possible to include property in helm values that allows such header to be sent?
thank you.
(Eg. hydra admin log)
The text was updated successfully, but these errors were encountered: