-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: generate Cloudflare account token on deploy #141
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking gooooodd!
Can we add some kind of logging on deploy that says like "This is the only time you'll get to see this token, make sure to take a copy" or something?
@@ -5,6 +5,7 @@ use sha2::{Digest, Sha256}; | |||
|
|||
use super::{api::CloudflareApi, cf_deploy::DeployNotifier, DeployError}; | |||
|
|||
const LINKUP_ACCOUNT_TOKEN_NAME: &str = "linkup-account-token"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if a different name might clarify the way this is used better - like linkup-account-owned-cli-access-token
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed on bffa1f0
Something like this? edc2252 |
No description provided.