Compare commits

..

1 commit

Author SHA1 Message Date
ea5fb41679
add option to NetBox role for patch. NetBox for OIDC group and role map.
All checks were successful
/ Ansible Lint (push) Successful in 1m45s
/ Ansible Lint (pull_request) Successful in 1m37s
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
2025-02-15 03:55:06 +01:00

View file

@ -30,8 +30,6 @@
src: 0001_oidc_group_and_role_mapping_custom_pipeline.patch src: 0001_oidc_group_and_role_mapping_custom_pipeline.patch
basedir: /opt/netbox/ basedir: /opt/netbox/
when: netbox__patch_oidc_group_and_role_mapping_custom_pipeline when: netbox__patch_oidc_group_and_role_mapping_custom_pipeline
notify:
- Ensure netbox systemd services are set up and up-to-date
- name: Ensure netbox user - name: Ensure netbox user
block: block: