Skip to content

Commit

Permalink
fix: dev saml login
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-segning committed Jan 28, 2025
1 parent 93e0f9c commit 2554437
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion charts/wazuh/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.3.1-rc5
version: 0.3.1-rc6

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
20 changes: 10 additions & 10 deletions charts/wazuh/files/configs/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ _meta:
config:
dynamic:
authc:
# basic_internal_auth_domain:
# description: "Authenticate via HTTP Basic against internal users database"
# http_enabled: true
# transport_enabled: true
# order: 0
# http_authenticator:
# type: basic
# challenge: false
# authentication_backend:
# type: intern
basic_internal_auth_domain:
description: "Authenticate via HTTP Basic against internal users database"
http_enabled: true
transport_enabled: true
order: 0
http_authenticator:
type: "basic"
challenge: false
authentication_backend:
type: "intern"
saml_auth_domain:
http_enabled: true
transport_enabled: false
Expand Down
3 changes: 2 additions & 1 deletion charts/wazuh/values-eks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,9 @@ dashboard:
}
}
alb.ingress.kubernetes.io/ssl-redirect: '443'
alb.ingress.kubernetes.io/healthcheck-path: '/app/login'
alb.ingress.kubernetes.io/healthcheck-path: '/_cluster/health'
alb.ingress.kubernetes.io/healthcheck-protocol: HTTPS
alb.ingress.kubernetes.io/success-codes: 401
external-dns.alpha.kubernetes.io/hostname: '{{ .Values.global.domain }}'

extraVolumeConfigs:
Expand Down

0 comments on commit 2554437

Please sign in to comment.