Fixed SSO grafana authentication

This commit is contained in:
Manuel Forcén Muñoz 2024-10-21 11:10:50 +02:00
parent 71dc4ee53b
commit e2e7f4c511
2 changed files with 14 additions and 1 deletions

View file

@ -110,3 +110,15 @@
client_authenticator_type: client-secret
id: a6960246-4aa9-495f-8843-69d664dba0ea
secret: "{{ grafana_kc_client_secret }}"
- name: Updating ca certificates of Grafana container
community.docker.docker_container_exec:
user: 0
command: update-ca-certificates
container: infra-grafana
- name: Restarting grafana container
community.docker.docker_container:
name: infra-grafana
state: started
restart: true