apache / openwhisk-deploy-kube

The Apache OpenWhisk Kubernetes Deployment repository supports deploying the Apache OpenWhisk system on Kubernetes and OpenShift clusters.
https://openwhisk.apache.org/
Apache License 2.0
296 stars 228 forks source link

Request: Clarify how to change default auth in helm chart #718

Closed gnoejuan closed 2 years ago

gnoejuan commented 2 years ago

I apologize if the documentation already exists. I have tried searching already, and haven't found it.

 # Production deployments _MUST_ override these default auth values
  auth:
    system: "789c46b1-71f6-4ed5-8c54-816aa4f8c502:abczO3xZCLrMN6v2BKK1dXYFpXlPkccOFqm12CdAsMgRU4VrNZ9lyGVCGuMDGIwP"
    guest: "23bc46b1-71f6-4ed5-8c54-816aa4f8c502:123zO3xZCLrMN6v2BKK1dXYFpXlPkccOFqm12CdAsMgRU4VrNZ9lyGVCGuMDGIwP"

These reminds me of htpassword, but in my expierence it would be more along the lines of

system:faskjdflkasdbfasdf.

So I'm not confident with my assumption.

Could I receive assistance?

rabbah commented 2 years ago

Sorry this was missed - maybe you already figured out the answer. The AUTH is schema is a uuid and 64 character password.