And to the list as well...

​--8<--​

If having the password in clear text in master-coinfig.yaml is OK, you
could also use this trick:

openshift_master_identity_providers=[{'name':'OpenID',
'kind':'OpenIDIdentityProvider',
'clientSecret':"{{ lookup('file','/path/to/secret') }}"....}]

This way you don't have to reveal the secret on the command line when
running the playbook.
_______________________________________________
users mailing list
users@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Reply via email to