Skip to content

Conversation

@alex-reiff
Copy link
Contributor

@alex-reiff alex-reiff commented May 15, 2025

Description

Hit list for small issues raised during DA rally, main issue: #333

Outstanding issue is how do we want to handle email validation?

  • skip_sm_ce_iam_authorization_policy → skip_secrets_manager_certificate_engine_iam_authorization_policy

  • skip_sm_ce_iam_authorization_policy - Description clarifying why to skip

  • allowed_network - link to corresponding sm documentation added

  • skip_sm_kms_iam_authorization_policy → skip_secrets_manager_kms_iam_authorization_policy (do we expand KMS too?)

  • ibmcloud_kms_api_key - clarify when it is(n't) needed

  • kms_endpoint_type → removes

  • event_notifications_email_list → does not use the right input widget (should be using the string array widget)

  • skip_event_notifications_iam_authorization_policy → skip_secrets_manager_event_notifications_iam_authorization_policy

Release required?

  • No release
  • Patch release (x.x.X)
  • Minor release (x.X.x)
  • Major release (X.x.x)
Release notes content

Run the pipeline

If the CI pipeline doesn't run when you create the PR, the PR requires a user with GitHub collaborators access to run the pipeline.

Run the CI pipeline when the PR is ready for review and you expect tests to pass. Add a comment to the PR with the following text:

/run pipeline

Checklist for reviewers

  • If relevant, a test for the change is included or updated with this PR.
  • If relevant, documentation for the change is included or updated with this PR.

For mergers

  • Use a conventional commit message to set the release level. Follow the guidelines.
  • Include information that users need to know about the PR in the commit message. The commit message becomes part of the GitHub release notes.
  • Use the Squash and merge option.

@alex-reiff alex-reiff requested a review from shemau as a code owner May 15, 2025 17:54
@alex-reiff
Copy link
Contributor Author

/run pipeline

Copy link
Contributor

@ocofaigh ocofaigh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see comments

}
}

variable "kms_endpoint_type" {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can keep the variable but hide it in the ibm_catalog.json

ibm_catalog.json Outdated
{
"key": "event_notifications_email_list"
"key": "event_notifications_email_list",
"type": "array"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need to add the custom array type for strings:

{
  "key": "event_notifications_email_list",
  "type": "array",
  "custom_config": {
    "grouping": "deployment",
    "original_grouping": "deployment",
    "config_constraints": {
      "type": "string"
    }
  }
},

ibm_catalog.json Outdated
{
"key": "event_notifications_email_list"
"key": "event_notifications_email_list",
"type": "array"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need to add the custom array type for strings:

{
  "key": "event_notifications_email_list",
  "type": "array",
  "custom_config": {
    "grouping": "deployment",
    "original_grouping": "deployment",
    "config_constraints": {
      "type": "string"
    }
  }
},

@alex-reiff alex-reiff requested a review from ocofaigh May 19, 2025 20:51
Copy link
Contributor

@ocofaigh ocofaigh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see latest comments

}

variable "skip_event_notifications_iam_authorization_policy" {
variable "skip_secrets_manager_event_notifications_iam_authorization_policy" {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

getting very long, maybe shorten iam_authorization -> iam_auth in the name? same for the other related inputs

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in both DA variations of course

}

variable "skip_sm_ce_iam_authorization_policy" {
variable "skip_secrets_manager_certificate_engine_iam_auth_policy" {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

certificate engine is not correct here. This boolean controls the IAM credentials engine

}

variable "skip_sm_ce_iam_authorization_policy" {
variable "skip_secrets_manager_certificate_engine_iam_auth_policy" {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

certificate engine is not correct here. This boolean controls the IAM credentials engine

Copy link
Contributor

@ocofaigh ocofaigh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just spotted 1 more thing

@alex-reiff
Copy link
Contributor Author

/run pipeline

1 similar comment
@alex-reiff
Copy link
Contributor Author

/run pipeline

@alex-reiff
Copy link
Contributor Author

/run pipeline

1 similar comment
@alex-reiff
Copy link
Contributor Author

/run pipeline

@ocofaigh ocofaigh merged commit 058c06d into main May 21, 2025
2 checks passed
@ocofaigh ocofaigh deleted the da-rally branch May 21, 2025 08:53
@terraform-ibm-modules-ops
Copy link
Contributor

🎉 This PR is included in version 2.3.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants