SaaShup/netbox-docker-plugin

Adding secrets to a container

Open

#202 opened on Jul 22, 2025

View on GitHub
 (2 comments) (0 reactions) (1 assignee)Python (12 forks)auto 404
help wanted

Repository metrics

Stars
 (78 stars)
PR merge metrics
 (PR metrics pending)

Description

Currently there is no possibility to put a secret variable or file onto a container in a secure/hidden way. ENV variables are visible in clear test There is no docker secrets support (as I believe this only works in docker on swarm mode) Secret file cannot be mounted as volumes.

There should be a possibility to pass a hidden value into a container on startup

Contributor guide