Hi,

I'm new to Open Shift so apologize for what looks like a fairly basic
query, I did do some archive checks, but could not find a simple answer.

I'm experimenting with this configuration:
https://github.com/wildfly-swarm-openshiftio-boosters/wfswarm-rest-http-secured/blob/master/service.sso.yaml

It is part of the demo which shows how a Keycloak server can be easily
deployed and it has been optimized to make the deployment very easy to do.
I'm currently trying it with Minishift 1.17.0.

This configuration inlines several resources. For example, [1], which is a
Base64 encoded Keycloak realm

which is then copied to the volume as a secret [2] and is made visible to
Keycloak [3].

I'd like to try refer to the the non-encoded Keycloak realm on the disk
instead.

I've tried a Minishift hostfolder command to mount a demo folder where the
non-encoded realm exists:

SSO_DEMO   sshfs   .../boosters/wfswarm-rest-http-secured/minishift
/opt/sso-demo

where in the local wfswarm-rest-http-secured/minishift folder I have an
unencoded sso-demo.json file.

Next I removed the [1] block and [2] as well. I managed to import the
updated config, but the realm file is not visible to KeyCloak.

If appreciate any advice/guidance. I've seen the docs about persistent
volumes, but I'm not sure it is the right way to go.

Thanks, Sergey


[1]
https://github.com/wildfly-swarm-openshiftio-boosters/wfswarm-rest-http-secured/blob/master/service.sso.yaml#L11
[2]
https://github.com/wildfly-swarm-openshiftio-boosters/wfswarm-rest-http-secured/blob/master/service.sso.yaml#L147
[3]
https://github.com/wildfly-swarm-openshiftio-boosters/wfswarm-rest-http-secured/blob/master/service.sso.yaml#L120
_______________________________________________
users mailing list
[email protected]
http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Reply via email to