Questions tagged [mongodb-internal-auth]

For MongoDB's replica set internal authentication. Internal authentication between members of a replica set can be done using keyfiles or x.509 certificates.

For MongoDB's replica set internal authentication. Internal authentication between members of a replica set can be done using keyfiles or x.509 certificates. You can read more on this topic on MongoDB official documentation page: https://docs.mongodb.com/manual/core/security-internal-authentication/

3 questions
1
vote
1 answer

Authenticate mongodb replica set

I have 4 instances of mongodb running(replica set) with following mongodb.conf file for each instance: # mongod.conf # for documentation of all options, see: # http://docs.mongodb.org/manual/reference/configuration-options/ # where to write…
Gurkha
  • 1,104
  • 4
  • 20
  • 37
0
votes
1 answer

x.509 PEM certificate structure

this may be a really dumb question but I'm struggling to understand how this exactly works. I'm working with MongoDB. I have 3 files: server.pem, client.pem and ca.pem. I need to use them to internally authenticate the members of a replica set. All…
Aurasphere
  • 3,841
  • 12
  • 44
  • 71
0
votes
1 answer

Keyfile Access Control in a Replica Set and Internal Authentication

I'm using MongoDB 3.2.6 and I want to use Keyfile Access Control for MongoDB replication. What I read in this link: https://docs.mongodb.com/manual/tutorial/enforce-keyfile-access-control-in-existing-replica-set/ Enforcing access control on a…
Michael
  • 10,063
  • 18
  • 65
  • 104