Commit 0034725
UserInfoFetcher: ActiveDirectory backend (#622)
* Initial prototype of an AD UIF backend
* Handle errors
* Query user groups
* Allow mapping custom attributes
* Special-case mapping special LDAP attributes
* Factor out group fetching
* Error handling and cleanup
* Make base DN configurable
* Authenticate to AD with Kerberos
* Encrypt LDAP connections with TLS
* move util -> utils::http
* Unify TLS configuration (to the extent possible), allow multi-CA bundles
* Documentation
* Move new UIF dependencies into workspace toml
* Changelog
* Update docs/modules/opa/pages/usage-guide/user-info-fetcher.adoc
Co-authored-by: Sebastian Bernauer <[email protected]>
* Group up backends, clarify that response details will depend on the active backend
* s/ldapHostname/ldapServer
* More debug logging
* Add custom attribute mappings to docs
* Align LDAP hostname in the example with ad-init
---------
Co-authored-by: Sebastian Bernauer <[email protected]>1 parent 02cb61b commit 0034725
File tree
19 files changed
+2580
-312
lines changed- deploy/helm/opa-operator/crds
- docs/modules/opa/pages/usage-guide
- rust
- crd/src
- operator-binary/src
- user-info-fetcher
- src
- backend
- utils
19 files changed
+2580
-312
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments