Hi,
With reference to https://docs.graylog.org/en/3.1/pages/installation/docker.html, I’ve built a Graylog container with SSO but the SSO config page doesn’t seem to show up. Can someone please help?
Steps taken:
- Compose the Dockerfile as followed and built the container:
FROM graylog/graylog:3.1
RUN \
curl -o /usr/share/graylog/plugin/graylog-plugin-auth-sso-3.0.0.jar https://github.com/Graylog2/graylog-plugin-auth-sso/releases/download/3.0.0/graylog-plugin-auth-sso-3.0.0.jar
-
Run
docker-compose stop
anddocker-compose start
. -
Clicked in System/Authentication on the dashboard.
Result:
No reference of SSO on the left.
BTW, I’m using the docker-compose file given in docker.html (the version with persistence) and I’ve also tried deleting the volumes.
The jar files in the plugin dir:
$ docker exec -it graylog_graylog_1 bash
graylog@86c2e7568553:~$ ls -la /usr/share/graylog/plugin/
total 29480
drwxrwxr-x 1 graylog graylog 4096 Jan 23 00:44 .
drwxr-xr-x 1 graylog graylog 4096 Jan 14 15:39 …
-rw-r–r-- 1 graylog graylog 623 Jan 23 00:44 graylog-plugin-auth-sso-3.0.0.jar
-rw-rw-r-- 1 graylog graylog 21198864 Jan 14 15:10 graylog-plugin-aws-3.1.4.jar
-rw-rw-r-- 1 graylog graylog 3729962 Jan 14 15:09 graylog-plugin-collector-3.1.4.jar
-rw-rw-r-- 1 graylog graylog 5239694 Jan 14 15:10 graylog-plugin-threatintel-3.1.4.jar