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

Improve accounts management for SSM sessions #38

Open
arnaldo2792 opened this issue Dec 7, 2022 · 0 comments
Open

Improve accounts management for SSM sessions #38

arnaldo2792 opened this issue Dec 7, 2022 · 0 comments

Comments

@arnaldo2792
Copy link
Contributor

Issue or Feature Request:

With the current control container, there isn't any type of enforcement on passwords, inactive accounts, historical password storage, lock outs, etc. We could increase the security of the admin container by enforcing some of this through policies. A good example of what the policy should enforce is as follows:

  • Inactive accounts – 90 days
  • 15 minute idle sessions
  • Lock within 10 failed attempts, for 30 minutes or more
  • New and unique value for all new accounts
    • Minimum 12 characters, contain numbers and letters
    • Remember the last 4 passwords within the last 12 months
    • Passwords changed every 90 days
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant