Skip to content

Commit

Permalink
Removed deprecated --hostname-strict-https argument
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Erik Heggem <[email protected]>
  • Loading branch information
hansehe committed Jun 24, 2024
1 parent 0303880 commit 0c25292
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion charts/keycloakx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ command:
- "--http-enabled=true"
- "--http-port=8080"
- "--hostname-strict=false"
- "--hostname-strict-https=false"
extraEnv: |
- name: KEYCLOAK_ADMIN
value: admin
Expand Down
1 change: 0 additions & 1 deletion charts/keycloakx/ci/h2-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ command:
- "--verbose"
- "start"
- --hostname-strict=false
- --hostname-strict-https=false

extraEnv: |
- name: KEYCLOAK_ADMIN
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ command:
- "--http-enabled=true"
- "--http-port=8080"
- "--hostname-strict=false"
- "--hostname-strict-https=false"
- "--spi-events-listener-jboss-logging-success-level=info"
- "--spi-events-listener-jboss-logging-error-level=warn"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ command:
- "--http-enabled=true"
- "--http-port=8080"
- "--hostname-strict=false"
- "--hostname-strict-https=false"
- "--spi-events-listener-jboss-logging-success-level=info"
- "--spi-events-listener-jboss-logging-error-level=warn"

Expand Down

0 comments on commit 0c25292

Please sign in to comment.