LDAP integration with Grafana container #580
-
|
Is your feature request related to a problem? Please describe. Describe the solution you'd like Describe alternatives you've considered Additional context |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
|
hi @survive-wustl you are using the Docker compose workflow right? You are starting with something like this? If so, can you make your edits to the |
Beta Was this translation helpful? Give feedback.
-
|
OK, I read the link & think I understand what needs to happen. That said, I have no idea how to get a copy of my ldap.toml file included in the container. Do I copy the file somewhere? Do I stuff it in the prom-stack.yml file? |
Beta Was this translation helpful? Give feedback.
-
|
The article mentions
Line 39 in 0ecb0d9 For example: |
Beta Was this translation helpful? Give feedback.
-
|
OK, that makes sense. Making that change didn't cause the containter to not start Any idea how to get these: [auth.ldap] changes into grafana.ini to use LDAP? I assume it has to be somewhere outside the container. How would I merge those into the grafana.ini file the container needs? |
Beta Was this translation helpful? Give feedback.
hi @survive-wustl you are using the Docker compose workflow right? You are starting with something like this?
docker-compose -f prom-stack.yml -f harvest-compose.yml up -d --remove-orphansIf so, can you make your edits to the
prom-stack.ymlfile? That file controls how Grafana starts and is configured via Docker. This link describes how to setup LDAP with Grafana and Docker.