Marvin Correia

Results 3 comments of Marvin Correia

## EDIT On semaphore docker installation we need to define volumes for these directories: - /var/lib/semaphore - /etc/semaphore - /tmp/semaphore ```yaml services: semaphore: ports: - 3000:3000 image: semaphoreui/semaphore:v2.10.32 env_file: -...

Thanks @fiftin , after adding the volumes the problem no longer occurs, but for security it is better to add `SEMAPHORE_ACCESS_KEY_ENCRYPTION` thanks for the tip!

The same issue with gitlab [oidc](https://docs.gitlab.com/integration/openid_connect_provider/) Environment variables: ``` OPENID_CLIENT_ID=private OPENID_CLIENT_SECRET=private OPENID_ISSUER=https://gitlab.mydomain.com ``` Error: ![Image](https://github.com/user-attachments/assets/9bb84905-9f99-4c1e-845a-636827726b2c) Logs: ``` {"level":"info","message":"try auth via","provider":"openid","timestamp":"2025-02-22T18:16:45.511Z"} Error: did not find expected authorization request details in session,...