Skip to content

Using secrets versus env variables with Podman #1063

Discussion options

You must be logged in to vote

Hi @keeperAndy , that worked! Thanks a lot, really much apperciate your help
I'll summarize here your inputs and mark as answer if you dont mind

modify docker-compose override file with redis, redis-cache and postgres entries, add secrets and declare secrets, whole file looks like:

 version: '3.4'
services:
  netbox:
    image: netbox:latest-plugins
    restart: unless-stopped
    environment:
      REMOTE_AUTH_ENABLED: "True"
      REMOTE_AUTH_BACKEND: "netbox.authentication.LDAPBackend"
      AUTH_LDAP_SERVER_URI: "ldap://ruidcx102.mars-ad.net"
      AUTH_LDAP_BIND_DN: "some DN"
      AUTH_LDAP_USER_SEARCH_BASEDN: "userbaseDN"
      AUTH_LDAP_GROUP_SEARCH_BASEDN: "groupbseDN"
      AUTH…

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@keeperAndy
Comment options

@kirillmuravyev
Comment options

@keeperAndy
Comment options

@kirillmuravyev
Comment options

Answer selected by kirillmuravyev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants