cluster startup with couchbase gets 401 but values confirmed #6892
Unanswered
ksully-execute
asked this question in
Q&A
Replies: 3 comments 11 replies
-
Adding @misba7 for comments. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using the github jans values file, altered for my existing cluster, and using couchbase.
Have the values adjusted, and verified that the superuser and restricted user values are correctly defined, and confirmed access through curl using the cnCouchbaseUrl and both cnCouchbaseUser/cncnCouchbasePassword and cnCouchbaseSuperUser/cnCouchbaseSuperUserPassword. The value work (converted to a basic auth header).
So why am I seeing messages like this?
WARNING - jans.pycloudlib.lock - 2023-12-01 19:50:08,275 - Backing off LockManager.check_connection(<LockRecord(adapter=CouchbaseLock)>) for 10.0 seconds; error='requests.exceptions.HTTPError: 40 │ │ 1 Client Error: Unauthorized for url: https://couchbasedev-0000.couchbase.svc.cluster.local:18091/pools/default/buckets'
│ WARNING - jans.pycloudlib.lock - 2023-12-01 19:50:28,123 - Giving up LockManager.check_connection(<LockRecord(adapter=CouchbaseLock)>) after 7 tries within 60.1 seconds; error='requests.exception │ │ s.HTTPError: 401 Client Error: Unauthorized for url: https://couchbasedev-0000.couchbase.svc.cluster.local:18091/pools/default/buckets'
and of course other components saying this, which I assume is because of the above?
WARNING - jans.pycloudlib.wait - 2023-12-01 19:53:23,671 - Config is not ready; reason=Config 'hostname' is not available; retrying in 10.0 seconds
Thanks for any thoughts
Beta Was this translation helpful? Give feedback.
All reactions