Hi guys,
I’m running gitlab integrated with kereberos. It woks pretty cool and I can login/logout to the web, using git CLI with kerebros ticket. But now the problem is with gitlab registry. Is it possible somehow use KRB5 authentiocation to access registry ?
Error response from daemon: Get https://gitlab.int.XXXXX:4567/v2/: received unexpected HTTP status: 500 Internal Server Error
what’s interesting is that authentification process is working
If I enter incorrect password:
docker login gitlab:4567
Username: user1
Password:
Error response from daemon: Get https://gitlab:4567/v2/: unauthorized: HTTP Basic: Access denied
With correct password:
docker login gitlab:4567
Username: user1
Password:
Error response from daemon: Get https://gitlab:4567/v2/: received unexpected HTTP status: 500 Internal Server Error