-
Notifications
You must be signed in to change notification settings - Fork 2k
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
nomad address override does not take user:pass in address string #1415
Comments
@olenm We are going to support end to end TLS between Nomad server, client and the cli which should secure the Nomad cluster. |
The end to end TLS is going to land in a month so I am closing this ticket. Please let me know if that would solve your use-case? |
If the TLS implementation includes basic auth in the address-url-param (and/or as env-vars) that would be perfect. (I built locally from PR 1416 and am using it as a work around for the time being) Thanks for the update! |
@diptanu This was set to land. Any updates as to whether it will be included in 0.4.1? |
@dadgar sorry, I should have been more specific. I was referring to this comment.
|
@BSick7 Ah! That was never planned for 0.4.x. It will be coming in 0.5.x 👍 |
Thanks! |
FYI: #1431, which adds support for -address="https://user:[email protected]" is already part of 0.4.0. |
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues. |
Nomad version
Nomad v0.4.0
Operating system and Environment details
mac 10.11.5
Issue
we use nomad with an nginx front-end with basic auth and nomad address override does not work with basic auth as presumed with a url address input
(kind of relates to #227)
Reproduction steps
nomad status -address="https://user:[email protected]"
The text was updated successfully, but these errors were encountered: