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

Feature Request: Support credential injection with HTTP Connect #5273

Open
danquack opened this issue Nov 21, 2024 · 0 comments
Open

Feature Request: Support credential injection with HTTP Connect #5273

danquack opened this issue Nov 21, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@danquack
Copy link

Is your feature request related to a problem? Please describe.
Utilizing an HTTP target it would be nice to be able to pass additional headers, specifically credential based headers to the backend.

Describe the solution you'd like
The current http connect methods use curl, but doesn't support either static or dynamic headers. I would like to either be able to pull a token or send basic auth from Vault, which then gets passed on.

Describe alternatives you've considered
Currently just use a TCP session and then provide credentials through an external process.

Explain any additional use-cases

  • API Proxying
  • Transparent sessions user authentication to backend app

Additional context
Add any other context or screenshots about the feature request here.

@danquack danquack added the enhancement New feature or request label Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant