cloudfoundry / cloudfoundry/stratos
Sync cf permissions state on remote role change
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 267
- Forks
- 137
- Avg merge
- 5h 14m
- Merged PRs (30d)
- 77
Description
For remote (changes made external to console) role changes this might be a stretch. There may be multiple ways that the users entities, used for showing roles, may be updated. Whenever these change their roles and thus permission may change. Worst case we have UX enabled/disabled when users table shows role which provides opposite permissions and a full page refresh is needed. Medium case we tie in a refresh of permissions on clicking the refresh on the users table. Best case we update permissions when we spot a change (a lot of work for little return)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files or tests; start by tracing how remote role changes update the users entities and how the users-table refresh handles permissions. Compare the proposed full-page, table-refresh, and change-detection paths, and define done as permissions matching displayed roles without a full-page refresh.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- authorization, frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100