Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update Asana PAT detector to match new token format #2966

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

slashnick
Copy link

@slashnick slashnick commented Jun 13, 2024

Description:

Asana updated their Personal Access Token format to include an extra ID before the secret part.

Newly issued Asana PATs look something like 2/1234567890123456/1234567890123457:abcdef0123456789abcdef0123456789

Checklist:

  • Tests passing (make test-community)?
  • Lint passing (make lint this requires golangci-lint)?

@CLAassistant
Copy link

CLAassistant commented Jun 13, 2024

CLA assistant check
All committers have signed the CLA.

Copy link
Collaborator

@zricethezav zricethezav left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@slashnick do you know if the old format for the api keys are still being accepted by asana? If so this should probably be a versioned detector

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants