-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
29 lines (29 loc) · 1.04 KB
/
plugin.yml
File metadata and controls
29 lines (29 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name: Akeyless secrets integration
description: Sets up environment in Buildkite containing secrets from Akeyless.
author: Dropbox
requirements:
- python3
configuration:
properties:
audience:
type: string
description: "The audience for the Akeyless token. Defaults to 'buildkite'."
default: "buildkite"
akeyless_url:
type: string
description: "The URL of the Akeyless server. Defaults to https://api.akeyless.io'."
default: "https://api.akeyless.io"
auth_access_id:
type: string
description: "The Akeyless access ID for authentication."
auth_secret_name:
type: string
description: Agent secret name - if the auth access id is stored in an agent secret."
secrets:
type: object
description: "Mapping of env var to Akeyless paths - where each env var will receive the value of the Akeyless path."
store_token:
type: boolean
description: "Whether to store the Akeyless token in an environment variable."
default: false
additionalProperties: false