greenlight-coop / infrastructure

Infrastructure documentation and artifacts for Green Light Software Cooperative
0 stars 0 forks source link

Fix intermittent k8ssandra authentication issue #201

Open etavela opened 2 years ago

etavela commented 2 years ago

After a certain amount of time, see the following error when authenticating with current k8ssandra-superuser secret:

Connection error: ('Unable to connect to any servers', {'127.0.0.1:9042': AuthenticationFailed('Failed to authenticate to 127.0.0.1:9042: Error from server: code=0100 [Bad credentials] message="Provided username k8ssandra-superuser and/or password are incorrect"')})

Unclear if secret is changing (creation timestamp implies not)