rancher / dashboard

The Rancher UI
https://rancher.com
Apache License 2.0
463 stars 262 forks source link

Remove references to Restricted Admin #12493

Open JonCrowther opened 1 week ago

JonCrowther commented 1 week ago

Is your feature request related to a problem? Please describe. Restricted Admin is full deprecated in v2.10 and will be removed in v2.11. There are references to RA in the UI that will no longer work.

Describe the solution you'd like Remove all references to Restricted Admin in the UI.

Describe alternatives you've considered Leaving references to Restricted Admin is unnecessarily confusing. There's no alternative to consider.

Additional context I believe this is the only reference that is hard coded. "Restricted Admin" can be seen in the list of Role Templates, but that should stop once the role is no longer created.

Screenshot 2024-11-04 at 2 34 08 PM
JonCrowther commented 1 week ago

Related to https://github.com/rancher/rancher/issues/47875

richard-cox commented 1 week ago

@JonCrowther just wondering how this works with existing installs with RA users and if we need to gracefully deprecate (i.e. show users RA related items in read/remove-only mode), or is it the case users would now no-longer see anything RA related?

Note for whoever picks this up - there's a few hardcoded references to RA used to populate some views

JonCrowther commented 1 week ago

@richard-cox We've had warnings about deprecation since v2.8, and we've provided support with the tools to replace it for any customer who wants to keep it. AFAIK the plan is to completely remove it.