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

[ENHANCEMENT] Allow direct input and secure storage of an API key as an alternate auth flow #137

Open
justinwilaby opened this issue Mar 5, 2025 · 1 comment · May be fixed by #138
Open
Assignees
Labels
enhancement New feature or request USER STORY

Comments

@justinwilaby
Copy link
Contributor

Heroku front-end auth checks IP alignment which will yield an "IP Mismatch" error 100% of the time for containerized VSCode instances. Codespaces, Code Builder, etc. The workaround is to use heroku auth:login -i but this does not work when MFA is enabled.

This enhancement is to allow direct input of the Heroku API key and store it securely on containerized VSCode environments.

When containerization is detected by the extension, the user will be presented with an input dialog that accepts an API key obtained directly through the authorizations page or via the heroku auth:token command.

@justinwilaby justinwilaby added the enhancement New feature or request label Mar 5, 2025
@justinwilaby justinwilaby self-assigned this Mar 5, 2025
Copy link

git2gus bot commented Mar 5, 2025

This issue has been linked to a new work item: W-17973049

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request USER STORY
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant