You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Call to Vault to get application credentials.
Call to Ego to get JWT
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.
The text was updated successfully, but these errors were encountered:
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:
Authorization
header on the request.Configuration needed for this would be the client ID/Secret, OR the vault connection details to fetch these properties.
The text was updated successfully, but these errors were encountered: