MetaCell / MetaCell/cloud-harness
Declarative update of client roles
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 19
- Forks
- 5
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 3
Description
The implementation from #483 allows the developer to define client roles, but it's limited to new deployment because of a limitation in how the `realm.json` is loaded (see https://stackoverflow.com/questions/66447652/keycloak-admin-cli-updating-a-realm-with-json-file).
This task is intended to provide the update support.
Contributor guide
No contributing guide indexed for this repository
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
Start by reading issue #483 and tracing how realm.json is loaded during deployment, using the linked Keycloak Admin CLI limitation as context. Implement declarative update support for client roles on an existing deployment, then verify that an updated realm configuration applies those roles without requiring a new deployment.
Written by the indexing model from the issue text.
Assessment
- Domain
- authorization
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100