Last active
April 12, 2022 21:12
-
-
Save dudash/83502b1973ade4f4fbd0601a50e0a2ad to your computer and use it in GitHub Desktop.
Keycloak Config to turn off FIPS - WARNING FOR TESTING ONLY
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: keycloak.org/v1alpha1 | |
kind: Keycloak | |
metadata: | |
name: demo-oidc | |
namespace: demo-oidc | |
spec: | |
extensions: {} | |
externalAccess: | |
enabled: true | |
externalDatabase: | |
enabled: false | |
instances: 1 | |
keycloakDeploymentSpec: | |
experimental: | |
env: | |
- name: JAVA_OPTS_APPEND | |
value: >- | |
-Dkeycloak.profile=preview | |
-Dcom.redhat.fips=false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Good details on what's going on: https://access.redhat.com/articles/5895481