Command line option to delete connections
Please add a command line flag that allows deleting connections (by name or ID).
Use case:
We use SSO auth with time-limited role-based access to different deployed MongoDB Atlas environments. This is combined with a script that uses --exportConnections
and --importConnections
to ensure that the user has set of connections to each environment (and level) they currently have access to. However, without a --deleteConnections
command, there is no way to remove connections that the user no longer has access to.
1
vote
