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

IAM: password policy update #760

Merged
merged 1 commit into from
Nov 25, 2024
Merged

IAM: password policy update #760

merged 1 commit into from
Nov 25, 2024

Conversation

artem-lifshits
Copy link
Member

@artem-lifshits artem-lifshits commented Nov 25, 2024

Issue link

[IAM] Security Settings / Password Policy - Password Composition

Documentation link

https://docs.otc.t-systems.com/identity-access-management/api-ref/apis/security_settings/modifying_the_password_policy.html

Acceptance test

=== RUN   TestSecurityLifecycle
    tools.go:75: {
          "account_validity_period": 0,
          "custom_info_for_login": "",
          "lockout_duration": 30,
          "login_failed_times": 10,
          "period_with_login_failures": 60,
          "session_timeout": 1440,
          "show_recent_login_info": false
        }
    tools.go:75: {
          "operation_protection": false
        }
    tools.go:75: {
          "maximum_consecutive_identical_chars": 0,
          "maximum_password_length": 32,
          "minimum_password_age": 0,
          "minimum_password_length": 8,
          "number_of_recent_passwords_disallowed": 0,
          "password_not_username_or_invert": true,
          "password_requirements": "A password must contain at least two of the following: uppercase letters, lowercase letters, digits, and special characters.",
          "password_validity_period": 0,
          "password_char_combination": 2
        }
    tools.go:75: [
          {
            "enabled": true,
            "user_id": "XXX",
            "verification_method": "vmfa"
          }
        ]
    tools.go:75: [
          {
            "serial_number": "iam:XXX",
            "user_id": "XXX"
          }
        ]
--- PASS: TestSecurityLifecycle (3.25s)
PASS

Process finished with the exit code 0

@artem-lifshits artem-lifshits added the gate Merge PR label Nov 25, 2024
@otc-zuul otc-zuul bot merged commit 639d049 into devel Nov 25, 2024
16 checks passed
@otc-zuul otc-zuul bot deleted the iam_password_comp branch November 25, 2024 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gate Merge PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants