Tags: krarey/consul
Tags
ui: Hide create buttons for policies/roles/namespaces with readonly a… …ccess (hashicorp#10914) This PR adds a check to policy, role and namespace list pages to make sure the user has can write those things before offering to create them via a button. (The create page/form would then be a read-only form)
Revert early out errors in license API (hashicorp#10952) Licensing recently changed in Consul v1.10 and along with those changes the client API was updated such that PutLicense and ResetLicense both immediately return an error to avoid an unecessary round trip that will inevitably fail. For reference, see: hashicorp@08eb600 Unfortunately, this change broke forward compatibility such that a v1.10 client can no longer make these requests to a v1.9 server which is a valid use case. This commit reintroduces these requests to fix this compatibility breakage but leaves the deprecation notices in tact.
PreviousNext