Managing Tokens obtained with the secrets stored in the Vault

New to using Hashicorp. Is this correct? We will use HC-Vault to store our client_id and client_secret for accessing the Okta Auth server, but our app will be responsible for storing and refreshing the JWT from Okta before it expires. From what I have found I don’t see HC has an interface like AWS Secrets Manager to use a Lambda to refresh the token for us.

Hi @noel-nosse_wwg ,

Vault can store static values like access keys. You will need your worklow/teams to access Vault using an auth method. For example, you can use the AWS auth method for your Lambda functions to authenticate with Vault, and retrieve whatever values it needs (and its policy permits).

If you are new to Vault, I would suggest checking out these tutorials:

For specific Lambda tutorials, check out this one which uses the previously mentioned AWS auth method for Lambda: