You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure whether the current behavior is intentional or not, but I was walking through setting up a Fastly app for the first time, and went through this workflow:
$ fastly profile list
No profiles defined. To create a profile, run:
fastly profile create <name>
$ fastly profile create hello-fastly
An API token is used to authenticate requests to the Fastly API. To create a token, visit
https://manage.fastly.com/account/personal/tokens
$ Fastly API token:
At this stage, when copying the API token in, there is no indication anything happened (no masked API key, or anything), so I made a mistake once or twice- it would be nice to show : * (assuming that's not a security issue I'm not aware of).
Thanks!
The text was updated successfully, but these errors were encountered:
Yeah unfortunately a lot of the go ecosystem is quite, how do I say this ... minimalist :) It looks like there might be a reasonable path but I can't comment on how idiomatic this is.
I am not sure whether the current behavior is intentional or not, but I was walking through setting up a Fastly app for the first time, and went through this workflow:
At this stage, when copying the API token in, there is no indication anything happened (no masked API key, or anything), so I made a mistake once or twice- it would be nice to show
: *
(assuming that's not a security issue I'm not aware of).Thanks!
The text was updated successfully, but these errors were encountered: