-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3510 from sgibson91/docs/regenerate-smce-user-pas…
…swords
- Loading branch information
Showing
3 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
(nasa-smce:regenerate-password)= | ||
# Regenerate a password for a user in a NASA SMCE account | ||
|
||
The AWS accounts associated with NASA's [Science Managed Cloud Environment](https://smce.nasa.gov) | ||
have a 60 day password expiry policy. If someone on the team misses this | ||
deadline, we can actually reset passwords for each other! | ||
|
||
1. Someone in the team with access logs into the AWS console of the appropriate project | ||
2. Follow [AWS's user guide on resetting passwords](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_passwords_admin-change-user.html#id_credentials_passwords_admin-change-user_console) | ||
for whoever's 60 day window has elpased | ||
3. In addition, a `AccountDisabled` IAM Group will be automatically added to the | ||
user whenever their credentials expire, and this will show up as a "cannot | ||
change password" error when the user logs in next. So the user should also be | ||
removed from this group. You can do so from under the "Groups" tab in the | ||
AWS console when looking at the details of this user. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters