[Feature Request] MongoDB --auth
See original GitHub issueHello,
Firstly, thank you very much for this implementation, I have been using it for learning Github actions on an aside project (https://github.com/jorlugaqui/ahm) and it helped me by a lot.
This request is for you to consider (if it makes sense) to have a variation for which the container will start with --auth enabled, probably achievable by sending the env variables MONGO_INITDB_ROOT_USERNAME
and MONGO_INITDB_ROOT_PASSWORD
.
Some applications may be using this mechanism as a default for connecting to a mongo server. By supporting the --auth, applications won’t need to adjust their code, but rather will only need to take care of sending the right values in the env variables. I could try posting a PR if you think it is worth it.
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
MongoDB Authentication
Requiring that all clients and servers provide valid credentials to connect to the system. · Restricting users to only perform actions as determined...
Read more >mongodb - crates.io: Rust Package Registry
sync, Expose the synchronous API ( mongodb::sync ). This flag cannot be used in conjunction with either of the async runtime feature flags....
Read more >Authentication - Percona Server for MongoDB 6.0
The mongod server uses this YES/NO response to authenticate the client or reject the request. If successful, the client has authenticated and ...
Read more >Secure Access to MongoDB with Teleport Database Access
Roman: 00:15:47.243 Another useful feature is integration with access requests, right, or access workflows, which allows users to temporarily request ...
Read more >Docs overview | mongodb/mongodbatlas - Terraform Registry
In order to set up authentication with the MongoDB Atlas provider, you must generate a programmatic API key for MongoDB Atlas with the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@jorlugaqui @kibertoad @biodrone I’ve tagged a new release version
1.7.0
that is now available in the GitHub Actions marketplace containing the MongoDB authentication feature 😃Just used it in my project, working like a dream 😃