feat(oidc_user_backend): add ansible role #7
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "transcaffeine/oidc_user_backend"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
feat(oidc_user_backend): add ansible roleto WIP: feat(oidc_user_backend): add ansible role516e2430d8
to4b26b8fdc2
4b26b8fdc2
to0e0636dd88
0e0636dd88
to4ba5558743
WIP: feat(oidc_user_backend): add ansible roleto feat(oidc_user_backend): add ansible role@ -0,0 +48,4 @@
occ_command: >-
{{ oidc_user_backend_occ_user_oidc_provider_set_command }}
occ_become_user: "{{ oidc_user_backend_deployment_become_user_info.uid }}"
occ_command_result_var: "oidc_user_backend_occ_user_oidc_provider_update_info"
These variables should be prefixed, like in 21-24
see
4ba5558743..23301a0a86 (diff-488214cc6a85d711a2b5429db3aebe49d3b49f84)
@ -0,0 +9,4 @@
scope: "{{ oidc_user_backend_config_provider_scopes | default([], true) | join(' ') }}"
settings:
uniqueUid: >-2
{{ oidc_user_backend_config_provider_settings_unique_id | bool }}
This variable should be named
..._unique_uid
see
4ba5558743..23301a0a86 (diff-9c19d558f535a30035d56f7fbebc23e5960d716c)
4ba5558743
to23301a0a86