MetaCell / MetaCell/cloud-harness
Improve adding keycloak plugins
- Dominant language
- Python
- Stars
- 19
- Forks
- 5
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 3
Description
- [ ] Copy all plugins folder in the accounts Dockerfile like `COPY plugins/ /opt/jboss/keycloak/standalone/deployments/`
- [ ] Add an option to enable plugins from the account's values.yaml file instead of overriding the full realm.json file.
application/accounts/values.yaml
```yaml
plugins:
- metacell-admin-event-listener
- my-plugin
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the accounts Dockerfile and application/accounts/values.yaml, then inspect the plugins folder and the current realm.json handling. The work is done when the plugins folder is copied into the Keycloak deployments path and plugins can be enabled through values.yaml without overriding the full realm.json file.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker
- Domain
- authentication, devops
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100