Reference
Akeyless
Import static secrets from an Akeyless vault. penv never writes back.
Import static secrets from an Akeyless vault. penv never writes back.
The connection
| What | This provider |
|---|---|
| Vendor | Akeyless |
| Key | akeyless-secrets |
| Availability | available. You can connect it today. |
| Credential penv holds | akeyless-access-key |
| Values read back | yes |
| Activation | immediate |
What it moves
| Direction | What it does |
|---|---|
import | Reads names and values out of the store into penv. |
What happens to a name that exists
| Direction | Policies you can pick |
|---|---|
import | skip_existing, new_version, fail |
How syncs work says what each one does.
How you connect
You paste a credential you already hold. penv seals it and never shows it again.
| Field | Label | Kind | Required | What it is |
|---|---|---|---|---|
accessId | Access ID | secret, masked here and sealed | yes | |
accessKey | Access Key | secret, masked here and sealed | yes | From an API Key auth method. penv trades these for a short-lived token and stores none. |
What a mapping asks for
Answered once per environment you map.
| Field | Label | Kind | Required | Advanced | What it is |
|---|---|---|---|---|---|
pathPrefix | Item path | text | yes | no | One path per sync. Subfolders are not walked, since two of them can hold one name. |
Permissions it needs
penv probes for these when it verifies the connection.
| Permission | Directions | Blocking | Without it |
|---|---|---|---|
list | import | yes | Preview cannot list what is under this path. |
read | import | yes | Import cannot read any values. |