Skip to main content

Trello Keys

Description

General

Revoke the secret

Credentials can be managed from the application's dashboard.

Check for suspicious activity

This feature is not mentioned in the documentation.

Details for Trello api keys

  • Family: Api

  • Category: Collaboration tool

  • Company: Trello

  • High recall: False

  • Validity check available: True

  • On-premise instances exist: False

  • Only valid secrets raise an alert: True

  • Minimum number of matches: 2

  • Occurrences found for one million commits: 4.62

  • Prefixed: False

  • PreValidators:

- type: FilenameBanlistPreValidator
banlist_extensions:
- ^lock$
- ^storyboard(c|er)?~?$
- ^xib$
banlist_filenames: []
check_binaries: false
include_default_banlist_extensions: false
ban_markup: false
- type: ContentWhitelistPreValidator
patterns:
- trello

Examples

- text: |
// public static final String TRELLO_API_KEY="4e3541470c36d22fd0bb79aa409fa4f3";
public static final String TRELLO_API_SECRET="e48a797ab652fda1d71db5aab1dd5f07531b9a974169c270d2d8313155cb14fa";
client_id: '4e3541470c36d22fd0bb79aa409fa4f3'
client_secret: 'e48a797ab652fda1d71db5aab1dd5f07531b9a974169c270d2d8313155cb14fa'

How can I help you ?