Skip to content
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

Closed
Niicolaa opened this issue Feb 1, 2024 · 1 comment
Closed

OIDC Authenticator missing forward-proxy configuration #3265

Niicolaa opened this issue Feb 1, 2024 · 1 comment

Comments

@Niicolaa
Copy link
Contributor

Niicolaa commented Feb 1, 2024

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

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
…tor (#3268)

Fix for #3265

---------

Co-authored-by: Mike Cohen <mike@velocidex.com>
scudette added a commit that referenced this issue Feb 15, 2024
…tor (#3268)

Fix for #3265

---------

Co-authored-by: Mike Cohen <mike@velocidex.com>
scudette added a commit that referenced this issue Feb 15, 2024
…tor (#3268)

Fix for #3265

---------

Co-authored-by: Mike Cohen <mike@velocidex.com>
@scudette
Copy link
Contributor

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants