Last active
February 17, 2020 13:18
-
-
Save lbroudoux/962c9f72f2a29a63b687455dfdb4ca12 to your computer and use it in GitHub Desktop.
secured-fruits-catalog-k8s-application.properties #keycloak
This file contains hidden or 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
keycloak.auth-server-url=${KEYCLOAK_URL:http://localhost:8180/auth} | |
keycloak.realm=fruits-catalog | |
keycloak.resource=fruits-catalog-app | |
keycloak.bearer-only=true | |
keycloak.ssl-required=external | |
keycloak.disable-trust-manager=true | |
keycloak.security-constraints[0].authRoles[0]=admin | |
keycloak.security-constraints[0].authRoles[1]=manager | |
keycloak.security-constraints[0].authRoles[2]=user | |
keycloak.security-constraints[0].securityCollections[0].name=Insecure stuffs | |
keycloak.security-constraints[0].securityCollections[0].patterns[0]=/api/fruits |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment