Skip to content

Commit

Permalink
chore: remove basic_internal_auth_domain in config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-segning committed Jan 28, 2025
1 parent 848ccb0 commit e2ac0f0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 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-rc1
version: 0.3.1-rc2

# 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
10 changes: 0 additions & 10 deletions charts/wazuh/files/configs/config.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
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"
saml_auth_domain:
http_enabled: true
transport_enabled: false
Expand Down
4 changes: 4 additions & 0 deletions charts/wazuh/values-docker-desktop.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
storageClasses:
'{{ include "wazuh.storageClassName" $ }}':
provisioner: docker.io/hostpath
volumeBindingMode: Immediate

0 comments on commit e2ac0f0

Please sign in to comment.