Open johanneskastl opened 1 year ago
Unfortunately I have not found many hints in the documentation on how to create the secret manually. The only secret name mentioned was orchestra-secrets-source (but that is for ArgoCD).
in the Create a Secret that will be used for storing secret information like passwords and shared secrets.
for manual configuraiton inthe documentation it details how to create the orchestra-secrets-source
Secret
- https://openunison.github.io/deployauth/#manual-deployment
Thanks Marc. Is there any more documentation on what exactly needs to go into that secret? What kind of keys are expected? Or are there just the two, K8S_DB_SECRET
and unisonKeystorePassword
?
I installed the openunison-operator using helm and then installed the orchestra portal using helm (as ouctl errors out, see other issue).
The openunison-orchestra pod starts, as soon as I create the
orchestra
secret manually (which in my case only contains theAD_BIND_PASSWORD
). But apparently the pod expects the secret to contain a openunison.yaml file.Unfortunately I have not found many hints in the documentation on how to create the secret manually. The only secret name mentioned was
orchestra-secrets-source
(but that is for ArgoCD).Should this rather be an issue for the docs git repository?