add option to NetBox role for patch. NetBox for OIDC group and role map.
Add option to NetBox role to make it patch NetBox to add custom pipeline
code for OIDC group and role mapping.
The custom pipeline code is licensed under the Creative Commons: CC
BY-SA 4.0 license.
See:
https://github.com/goauthentik/authentik/blob/main/LICENSE
https://github.com/goauthentik/authentik/blob/main/website/integrations/services/netbox/index.md
https://docs.goauthentik.io/integrations/services/netbox/
5676b1a468
This commit is contained in:
parent
aa9a0cdbce
commit
ea5fb41679
6 changed files with 85 additions and 2 deletions
|
@ -25,6 +25,12 @@
|
|||
- Run upgrade script
|
||||
- Ensure netbox systemd services are set up and up-to-date
|
||||
|
||||
- name: Ensure patch for adding custom pipeline code for OIDC group and role mapping is applied
|
||||
ansible.posix.patch:
|
||||
src: 0001_oidc_group_and_role_mapping_custom_pipeline.patch
|
||||
basedir: /opt/netbox/
|
||||
when: netbox__patch_oidc_group_and_role_mapping_custom_pipeline
|
||||
|
||||
- name: Ensure netbox user
|
||||
block:
|
||||
- name: Ensure netbox group exists
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue