open-consul/ui/packages/consul-ui/app/components/consul/intention
John Cowen d157c63fe4
ui: Don't show the CRD menu for read-only intentions (#11149)
* ui: Don't show the CRD menu for read-only intentions

The UI bug here manifests itself only when a user/token is configured to have read-only access to intentions. Instead of only letting folks click to see a read only page of the intention, we would show an additional message saying that the intention was read-only due to it being 'Managed by [a kubernetes] CRD'. Whilst the intention was still read only, this extra message was still confusing for users.

This PR fixes up the conditional logic and further moves the logic to use ember-can - looking at the history of the files in question, this bug snuck itself in partly due to it being 'permission-y type stuff' previous to using ember-can and when something being editable or not was nothing to do with ACLs. Then we moved to start using ember-can without completely realising what IsEditable previously meant. So overall the code here is a tiny bit clearer/cleaner by adding a proper can view CRD intention instead of overloading the idea of 'editability'.
2021-09-27 17:19:32 +01:00
..
form ui: Add initial partition support to intentions (#11129) 2021-09-24 17:31:58 +01:00
list ui: Don't show the CRD menu for read-only intentions (#11149) 2021-09-27 17:19:32 +01:00
notice ui: Update intention permissions notice wording (#10836) 2021-08-16 12:04:26 -04:00
permission ui: Fixup prettier for scss files and run (#10296) 2021-05-27 13:23:54 +01:00
search-bar ui: Search/filtering 'Filtered by:' search status (#9442) 2021-01-25 18:13:54 +00:00
view ui: Add initial partition support to intentions (#11129) 2021-09-24 17:31:58 +01:00
components.scss ui: Rename icons for consistency and remove unused icons (#10311) 2021-06-22 18:56:17 +01:00
index.scss ui: Intention "Action change" warning modal (#9108) 2020-11-06 14:57:19 +00:00