vmware-archive / gangway

An application that can be used to easily enable authentication flows via OIDC for a kubernetes cluster.
Apache License 2.0
410 stars 112 forks source link

random forbidden response when logging in #145

Closed paulczar closed 3 years ago

paulczar commented 4 years ago

Occasionally gangway will respond to a login attempt with a forbidden error message.

This must be generated from the following line as its the only line in the handlers.go that responds with a forbidden: https://github.com/heptiolabs/gangway/blob/master/cmd/gangway/handlers.go#L222-L225