Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions roles/gitops/post-install/keycloak/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@
password: "{{ retrieved_smtp_user_password | default(omit, true) }}"
auth: "{{ dsc.global.smtp.authentication.enabled }}"
starttls: "{{ dsc.global.smtp.starttlsEnabled }}"
ssl: "{{ dsc.global.smtp.sslEnabled }}"

- name: Create base admins groups
community.general.keycloak_group:
Expand Down
1 change: 1 addition & 0 deletions roles/socle-config/files/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ spec:
authentication:
enabled: false
starttlsEnabled: false
sslEnabled: false
grafana:
namespace: dso-grafana
subDomain: grafana
Expand Down
3 changes: 3 additions & 0 deletions roles/socle-config/templates/crd-conf-dso.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1053,6 +1053,9 @@ spec:
starttlsEnabled:
description: Specifies whether we should enable tls encryption.
type: boolean
sslEnabled:
description: Specifies whether we should enable ssl.
type: boolean
authentication:
type: object
properties:
Expand Down