StrongDM
Setup Docker enviroment
To effectively connect on a StrongDM Resource inside Mage’s docker, you may need to add:
If using docker run command:
--add-host=host.docker.internal:host-gateway
If using docker-compose setup:
Install StrongDM CLI tool
To install StrongDM CLI tool, first access Mage’s docker bash and execute the installation script:
(In case you receive a “Permission denied” error, executing chmod u+x scripts/strongdm/install.sh
should fix this issue)
Now, login in your StrongDM account using:
And connect to the desired Resources using:
Accessing StrongDM Resources
Now, to connect to a Resource, simply add the required host parameter as “localhost” and the respective port number
MongoDB Source example:
Was this page helpful?