open-consul/ui/packages/consul-ui/app/abilities
John Cowen 86e885fc5b
ui: Upgrade AuthDialog (#11913)
- Move AuthDialog to use a Glimmer Component plus native named blocks/slots.
- Unravel the Auth* contextual components, there wasn't a lot of point having them as contextual components and now the AuthDialog (non-view-specific state machine component) can be used entirely separately from the view-specific components (AuthForm and AuthProfile).
- Move all the ACL related components that are in the main app chrome/navigation (our HashicorpConsul component) in our consul-acls sub package/module (which will eventually be loaded on demand only when ACLs are enabled)
2022-01-07 19:08:25 +00:00
..
acl.js ui: Show the correct 'ACLs Disabled' page when ACLs are disabled (#10604) 2021-07-14 18:52:13 +01:00
auth-method.js ui: Support for SSO with Admin Partitions (#11604) 2021-11-24 14:53:12 +00:00
base.js ui: Adds initial CRUD for partitions (#11188) 2021-10-08 16:29:30 +01:00
intention.js ui: Don't show the CRD menu for read-only intentions (#11149) 2021-09-27 17:19:32 +01:00
kv.js ui: Always show main navigation Key/Value link (#10916) 2021-09-22 18:23:59 +01:00
node.js ui: Restrict the viewing/editing of certain UI elements based on the users ACLs (#9687) 2021-02-19 16:42:16 +00:00
nspace.js ui: Adds initial CRUD for partitions (#11188) 2021-10-08 16:29:30 +01:00
partition.js ui: Only allow partition creation with a single datacenter setup (#11817) 2022-01-05 14:52:06 +00:00
permission.js ui: Restrict the viewing/editing of certain UI elements based on the users ACLs (#9687) 2021-02-19 16:42:16 +00:00
policy.js ui: Disabling policy form fields from users with 'read' permissions (#10902) 2021-08-25 09:42:05 -04:00
role.js ui: Implement ACLs access based on ACLs (#9835) 2021-03-11 09:29:11 +00:00
service-instance.js ui: Ensure we check intention service prefix permissions for per service (#11409) 2021-11-04 12:10:28 +00:00
service.js ui: Ensure we check intention service prefix permissions for per service (#11409) 2021-11-04 12:10:28 +00:00
session.js ui: Restrict the viewing/editing of certain UI elements based on the users ACLs (#9687) 2021-02-19 16:42:16 +00:00
token.js ui: Implement ACLs access based on ACLs (#9835) 2021-03-11 09:29:11 +00:00
upstream.js ui: Adds initial CRUD for partitions (#11188) 2021-10-08 16:29:30 +01:00