-
-
Notifications
You must be signed in to change notification settings - Fork 360
New issue
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
Inconsistent Environment Variable Docs #121
Comments
I'm confused, isn't that the case already? |
Oh, it's |
@aeneasr Sorry I should have been more clear, the docs in |
To be consistent with hydra, I am going to move them all to HTTPS. |
Yeah it should be HTTPS, maybe only two T’s :)
On Oct 11, 2018, at 12:20 AM, fredbi <[email protected]<mailto:[email protected]>> wrote:
To be consistent with hydra, I am going to move them all to HTTPS.
I let live the same inconsistent setup in keto.
ok to make this all HTTTPS_xxx like with hydra?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#121 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AFolT8gktFcbZZXAq2FPAEyceiQkaU49ks5ujvEwgaJpZM4W9sqv>.
|
Closes #121 Signed-off-by: Frederic BIDON <[email protected]>
For consistency, should be HTTP_TLS_CERT_PATH and HTTP_TLS_KEY_PATH
certString, keyString := viper.GetString("HTTP_TLS_CERT"), viper.GetString("HTTP_TLS_KEY") certPath, keyPath := viper.GetString("HTTP_TLS_CERT_PATH"), viper.GetString("HTTP_TLS_KEY_PATH")
oathkeeper/cmd/helper_messages.go
Line 179 in 26fdda1
The text was updated successfully, but these errors were encountered: