Skip to content
Snippets Groups Projects
Commit 2911912f authored by Luca's avatar Luca
Browse files

Add option to enable fine grained auth

parent 61951096
No related branches found
No related tags found
1 merge request!20Add option to enable fine grained auth
Pipeline #137392 passed
...@@ -9,3 +9,4 @@ keycloak_log_dir: "{{ keycloak_jboss_home }}/standalone/log" ...@@ -9,3 +9,4 @@ keycloak_log_dir: "{{ keycloak_jboss_home }}/standalone/log"
keycloak_proxy_address_forwarding: "false" keycloak_proxy_address_forwarding: "false"
keycloak_custom_themes: [] keycloak_custom_themes: []
keycloak_custom_deployments: [] keycloak_custom_deployments: []
keycloak_enable_fine_grained_auth: false
...@@ -18,3 +18,7 @@ metrics-enabled=true ...@@ -18,3 +18,7 @@ metrics-enabled=true
proxy=edge proxy=edge
hostname={{ keycloak_hostname }} hostname={{ keycloak_hostname }}
{% if keycloak_enable_fine_grained_auth %}
# Features
features=admin-fine-grained-authz
{% endif %}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment