Skip to content

Instantly share code, notes, and snippets.

@dudash
Last active April 12, 2022 21:12
Show Gist options
  • Save dudash/83502b1973ade4f4fbd0601a50e0a2ad to your computer and use it in GitHub Desktop.
Save dudash/83502b1973ade4f4fbd0601a50e0a2ad to your computer and use it in GitHub Desktop.
Keycloak Config to turn off FIPS - WARNING FOR TESTING ONLY
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
@dudash
Copy link
Author

dudash commented Apr 12, 2022

Good details on what's going on: https://access.redhat.com/articles/5895481

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment