-
Notifications
You must be signed in to change notification settings - Fork 491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OIDC Authenticator missing forward-proxy configuration #3265
Comments
Niicolaa
added a commit
to Niicolaa/velociraptor
that referenced
this issue
Feb 1, 2024
Niicolaa
added a commit
to Niicolaa/velociraptor
that referenced
this issue
Feb 1, 2024
scudette
added a commit
that referenced
this issue
Feb 2, 2024
scudette
added a commit
that referenced
this issue
Feb 15, 2024
scudette
added a commit
that referenced
this issue
Feb 15, 2024
This should be fixed with 0.7.1-2 which is out now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no is specific option to configure a forward-proxy for the oidc authenticator configuration.
It seems that the https://github.com/Velocidex/velociraptor/blob/master/docs/references/server.config.yaml#L558 configuration doesn't work, thus I added it as "Environment" Var in the systemd service config.. It works like this, but (if possible) I'd like to use the standard systemd service config which gets generated by the velociraptor server command.
Input from Mike Cohen (scudette) from Discord:
i think the issue is that we dont even configure the http connection when we call into the oidc library
so an env var works because it affects all http connections but we dont configure the oidc library specifically
The text was updated successfully, but these errors were encountered: