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

Ego Application Credential Auth on Request #1

Open
joneubank opened this issue Feb 14, 2022 · 0 comments
Open

Ego Application Credential Auth on Request #1

joneubank opened this issue Feb 14, 2022 · 0 comments

Comments

@joneubank
Copy link
Member

Provide a configurable way for the job to authenticate vs Ego then provide an application scoped JWT to the request. This would allow interaction with services that have restricted end points.

To accomplish this we need to connect the job to Vault to grab application client-secret, so this feature involves 3 pieces:

  1. Call to Vault to get application credentials.
  2. Call to Ego to get JWT
  3. Add the JWT as a Authorization header on the request.

Configuration needed for this would be the client ID/Secret, OR the vault connection details to fetch these properties.

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

1 participant