Commit ccb9d9e
authored
fix: grafana logout not working in some environments (defenseunicorns#559)
## Description
Updated grafana values to include a proper signout url that manages
removing the session from both grafana and keycloak.
Also added the group auth definition to grafana to require that users
have `/UDS Core/Admin` membership ( kind of redundant since it already
requires users be an admin but this will just reinforce that a bit more
).
## Related Issue
Fixes defenseunicorns#515
## Type of change
- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Other (security config, docs update, etc)
## Checklist before merging
- [x] Test, docs, adr added or updated as needed
- [x] [Contributor
Guide](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md)
followed1 parent e505dc9 commit ccb9d9e
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
0 commit comments