You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before I had just a mongodb pod with simple authentication (username and password), today I needed to perform the mongo replica set to increase mongo's performance.
Today my mongo structure is like this:
mongo-0 - primary
mongo-1 - should be the secondary
But mongo-1 gives authentication failure.
How would I configure my mongo statefulset to accept this authentication?
Description
Before I had just a mongodb pod with simple authentication (username and password), today I needed to perform the mongo replica set to increase mongo's performance.
Today my mongo structure is like this:
mongo-0 - primary
mongo-1 - should be the secondary
But mongo-1 gives authentication failure.
How would I configure my mongo statefulset to accept this authentication?
Code
The text was updated successfully, but these errors were encountered: