datastax / kaap

KAAP, Kubernetes Autoscaling for Apache Pulsar
https://datastax.github.io/kaap/
Apache License 2.0
46 stars 16 forks source link

bastion additionalVolumes #128

Open pgier opened 1 year ago

pgier commented 1 year ago

I don't see an option in the spec for additionalVolumes in the bastion. Currently bastion can't connect to the proxy because it doesn't have the required tokens mounted.

pgier commented 1 year ago

Looks like the global.auth setting takes care of this.

nicoloboschi commented 1 year ago

the bastion must be able to connect even without additional volumes. What token secret is missing ? do you have more details ?

pgier commented 1 year ago

The pulsar admin token is needed on the bastion. I was able to resolve this using the global.auth settings, but it might be nice to be able to override that in certain cases.