-
-
Notifications
You must be signed in to change notification settings - Fork 244
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
Add custom resource for installing the Web UI. #298
Conversation
Fixes #297. This was definitely something that was missed from 2.0.
Consul agent now has a built-in UI config flag: https://www.consul.io/docs/agent/options.html#_ui Should we be leveraging it instead? |
Isn't the flag the same as writing config? |
I think it's built-in now (i.e. doesn't require a separate download). I may be misreading the docs though. |
Add custom resource for installing the Web UI.
@Ginja You are right. Since v0.6.1 Consul UI is built-in: hashicorp/consul#1543 @johnbellone In few words there are two different config options (and CLI flags):
I think it is reasonable to change |
Has anyone else here tried to use the new cookbook with just setting ui to true? I am receiving errors when doing that. I think its great to use the internal UI unless customizing. Just looking for some feedback.
Error Log
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
/cc @sh9189 @acaiafa
Fixes #297.
This was definitely something that was missed from 2.0.