akeyless-community/Akeyless Authentication and fetching secrets

Akeyless Authentication and fetching secrets

View on GitHub

Trust Signals

Scorecard Score
Scorecard 4–6scored Jul 13, 2026
Maintenance Recency
Activelast commit Jun 3, 2026
License
MPL 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: akeyless-community/akeyless-github-action@618b75a405b4755a56a7766c80f8c3dc617070e7 # v1.1.6

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
access-idAkeyless Access ID, Unless token is provided, it is required.no
access-typeThe method to use to authenticate with Akeyless Vault, Unless token is provided, it is required.nojwt
tokenAkeyless authentication token.no
api-urlThe API endpoint to use, defaults to https://api.akeyless.io.nohttps://api.akeyless.io
access-keyAkeyless Access Keyno
gcp-audienceGCP audience to use in signed JWT (relevant only for access-type=gcp)noakeyless.io
gateway-urlGateway URL for the K8S authenticated (relevant only for access-type=k8s)no
k8s-auth-config-nameThe K8S Auth config name (relevant only for access-type=k8s)no
ca-certificateThe CA certificate for the authentication to gatewayno
static-secretsA YAML list representing static secrets to fetchno
dynamic-secretsA YAML list representing dynamic secrets to fetch.no
rotated-secretsA YAML list representing rotated secrets to fetch.no
ssh-certificatesA YAML list representing ssh certificates to fetch.no
pki-certificatesA YAML list representing pki certificates to fetch.no
export-secrets-to-outputsTrue/False to denote if static/dynamic secrets should be exported as action outputs.notrue
export-secrets-to-environmentTrue/False to denote if static/dynamic secrets should be exported as environment variables.notrue
parse-json-secretsTrue/False to denote if environment variables should be created for each key/value pair in the JSON of the secret.nofalse
create-secret-nameName of the new secret to createno
create-secret-valueValue of the new secret to createno
update-secret-nameName of the existing secret to updateno
update-secret-valueNew value to update the secret withno
namedescription
tokenAkeyless Token