For the Gitlab Pages access control, gitlab pages v1.3.0 is required, current gitlab pages is too old.
Also gitlab pages daemon start script need to be extended with the oauth -auth-* commandline parameters
I run into an issue: when access controll is active pages won’t work with the message “to many redirects“. I was wondering if this issue means that Pages with access controll might not work currently or if it’s an configuration problem?
Update:
I got it working. My problem was a configuration mistake for the following env var:
Documentation states:
GITLAB_PAGES_ACCESS_REDIRECT_URI | Required | Redirect URI, non existing pages domain to redirect to pages daemon, https://projects.example.io
-- | -- | --
But one has to configure the path to the auth endpoint like:
https://projects.example.io/auth
But one has to configure the path to the auth endpoint like:
https://projects.example.io/auth
Thank you very much, you saved me from going crazy :wink:
This issue has been automatically marked as stale because it has not had any activity for the last 60 days. It will be closed if no further activity occurs during the next 7 days. Thank you for your contributions.
Most helpful comment
Thank you very much, you saved me from going crazy :wink: