Skip to main content

Buildkite API Token

Description

General

  • Documentation: https://buildkite.com/docs/apis/managing-api-tokens
  • Summary: Buildkite is a tool used to manage CI pipelines. This token allows to interact with the API and update pipelines parameters.
  • IPs allowlist: IP Allowlisting is possible when creating or updating a token from the user's personal dashboard.
  • Scopes: Tokens can have several scopes. These scopes can be updated from the user's personal dashboard.

Revoke the secret

Tokens can be revoked from the API or the user's personal dashboard

Check for suspicious activity

Last use of the token is accessible in the user's personal dashboard. Information includes IP address and user agent.

Details for Buildkite api token

  • Family: Api

  • Category: CI/CD

  • Company: Buildkite

  • High recall: False

  • Validity check available: True

  • On-premise instances exist: False

  • Only valid secrets raise an alert: True

  • Minimum number of matches: 1

  • Occurrences found for one million commits: 0.08

  • Prefixed: False

  • PreValidators:

- type: FilenameBanlistPreValidator
banlist_extensions: []
banlist_filenames: []
check_binaries: false
include_default_banlist_extensions: true
ban_markup: false
- type: ContentWhitelistPreValidator
patterns:
- buildkite

Examples

- text: |
=master
export BUILDKITE_ACCESS_TOKEN="7c3c5347b061ba69750ac1b413e4d98c4fbfc203"
+export RUNTIME_DIR=${WORKDIR}/runtime

token: 7c3c5347b061ba69750ac1b413e4d98c4fbfc203
- text: |
=master
export BUILDKITE_ACCESS_TOKEN="7c3c5347b061ba69750ac1b413e4d98c4fbfc203"
+export RUNTIME_DIR=${WORKDIR}/runtime

token: 7c3c5347b061ba69750ac1b413e4d98c4fbfc203

How can I help you ?