Fix: Add minimum_password_length to gitlab_application_settings schema

  • Please check this box if this contribution uses AI-generated content (including content generated by GitLab Duo features) as outlined in the GitLab DCO & CLA

This MR adds the minimum_password_length field to the gitlab_application_settings resource.

Upstream API: https://docs.gitlab.com/ee/api/settings.html#change-application-settings go-gitlab docs: https://pkg.go.dev/github.com/xanzy/go-gitlab#Settings

Note on the changes made in this MR:

  • Unit tests were not updated, since the other standard fields in the resource are not tested either
  • minimum_password_length was added in code after password_authentication_enabled_for_web just like in the GitLab API Docs

Resolves #6219 (closed)

Edited by Pascal Roose

Merge request reports

Loading