-
Notifications
You must be signed in to change notification settings - Fork 212
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
task(auth): Add environment to totp service name #18165
base: main
Are you sure you want to change the base?
Conversation
@@ -173,7 +173,8 @@ module.exports = function ( | |||
customs, | |||
config.totp, | |||
glean, | |||
profile | |||
profile, | |||
config.sentry.env |
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.
Why the Sentry env name?
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.
It's the most reliable. You can't use NODE_ENV, cause it's production on stage and production...
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 see. Maybe update the comment for that config?
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.
Thank you for making this change. r+wc
e72f1e9
to
073212d
Compare
Because: - We want to be able to distinguish totp entries This Commit: - Append the environment name to the service provided to authenticator.keyuri
Because
This pull request
authenticator.keyuri
Issue that this pull request solves
Closes: FXA-10834
Checklist
Put an
x
in the boxes that applyScreenshots (Optional)
Please attach the screenshots of the changes made in case of change in user interface.
Other information (Optional)
Any other information that is important to this pull request.