Commit 8cb4f1e
fix: add saml configuration to k3d standard bundle (#425)
## Description
Add saml configuration for Google IDP saml to the demo bundle by
default. This includes two groups from google to keycloak mapping.
Sort of a self documenting fix, but can also refer to the [uds-core
docs](https://github.com/defenseunicorns/uds-core/blob/main/docs/configuration/uds-user-groups.md)
for more info.
## Type of change
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [x] Other (security config, docs update, etc)
## Checklist before merging
- [x] Test, docs, adr added or updated as needed
- [x] [Contributor Guide
Steps](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md)(https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md#submitting-a-pull-request)
followed
---------
Co-authored-by: Rob Ferguson <[email protected]>1 parent 372ada2 commit 8cb4f1e
File tree
2 files changed
+12
-0
lines changed- bundles/k3d-standard
- docs/configuration
2 files changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| |||
0 commit comments