GoogleCloudPlatform / cloud-run-anthos-reference-web-app

An opinionated set of best practices aimed at demonstrating a reference architecture for building a web application on Google Cloud using Cloud Run for Anthos.
https://cloud.google.com/anthos/run
Apache License 2.0
37 stars 22 forks source link

Disable UI controls when user role does not have permission #45

Closed ssmall closed 4 years ago

ssmall commented 4 years ago

44 adds the ability to assign roles to users. Any UI controls that are not available to a user based on their role should be disabled.

ssmall commented 4 years ago

@zsxking do you have a list of the UI controls that will need to be disabled by this change?