Supported engines for Vault secrets
I’ve been trying to use the secrets:vault section in my ci-file to get AWS credentials. According to the docs I can actually set the engine. But what engines are currently supported?
The below snippet gave me the following error.
ERROR: Job failed (system failure): resolving secrets: requesting SecretEngine factory: factory for secret engine “aws” is not registered
job_with_secrets:
id_tokens:
VAULT_ID_TOKEN:
aud: https://gitlab.com
secrets:
AWS_CREDENTIALS:
vault:
engine:
name: aws
path: aws
path: sts/emiel
field: emiel
So it appears the AWS engine is not supported. Does anybody know about a list of available engines? Or can provide some more clarity on this issue, that would be much appreciated.
Regards Emiel