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

Support Proxy-Authorization header in kargo CLI #3537

Open
3 tasks done
steve-marmalade opened this issue Feb 21, 2025 · 0 comments
Open
3 tasks done

Support Proxy-Authorization header in kargo CLI #3537

steve-marmalade opened this issue Feb 21, 2025 · 0 comments

Comments

@steve-marmalade
Copy link

Checklist

  • I've searched the issue queue to verify this is not a duplicate feature request.
  • I've pasted the output of kargo version, if applicable.
  • I've pasted logs, if applicable.

Proposed Feature

Provide a mechanism to supply the kargo CLI with a Proxy-Authorization header.

Motivation

I have deployed the kargo API behind GCP IAP so that it's only accessible to admins. Visiting the web-app is straightforward, since GCP intercepts the request and then forwards me to the UI once I log-in.

I would like to do the same via the CLI, and IAP supports the Proxy-Authorization header so as not to interfere with an application's use of the Authorization header.

Suggested Implementation

Adding a flag to kargo login either allowing arbitrary headers or a --proxy-authorization token would be amazing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant