Questions tagged [oauth2-proxy]
2 questions
0
votes
0 answers
Nginx configuration for oauth2-proxy and code-server
I am trying to set up oauth2-server to set up GitHub authentication before reaching my code-server. I am using Nginx and Cert bot to deploy the server.
This is what I have configured in Nginx to connect to the oauth2-proxy
location / {
proxy_pass…

foureal
- 1
- 2
0
votes
0 answers
How to scrape Prometheus secured with OAuth2-proxy and Keycloak
I have 2 prometheuses, both are with forward-auth via the oauth2-proxy, which have the same client credentials in a single keycloak.
I would like one prometheus to federate the other one. This is my config snippet for authentication in…

simonszu
- 373
- 7
- 14