Skip to content

feat : Added Event Streams DA (Standard and Security-Enforced Variation) #397

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

Open
wants to merge 40 commits into
base: main
Choose a base branch
from

Conversation

Khuzaima05
Copy link
Member

@Khuzaima05 Khuzaima05 commented May 5, 2025

Description

Added Event Streams DA (Standard and Security-Enforced Variation)

issue: https://github.ibm.com/GoldenEye/issues/issues/13014 , https://github.ibm.com/GoldenEye/issues/issues/13484,
https://github.ibm.com/GoldenEye/issues/issues/13582

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.

@Khuzaima05 Khuzaima05 self-assigned this May 5, 2025
@Khuzaima05
Copy link
Member Author

/run pipeline

@Khuzaima05
Copy link
Member Author

/run pipeline

@Khuzaima05 Khuzaima05 changed the title [WIP] feat : Added Event Streams DA (Fully configurable variations) [WIP] feat : Added Event Streams DA (Standard and Security-Enforced Variation) May 14, 2025
@Khuzaima05
Copy link
Member Author

The upgrade test is failing because it clones the main branch and looks for the standard DA repo, which doesn’t exist in main yet—we’re introducing it in our current branch. The main branch only contains the quickstart and enterprise DAs, which we’ve are updating. Hence, we are skipping the upgrade test.

Screenshot 2025-05-14 at 2 16 17 PM

@Khuzaima05
Copy link
Member Author

/run pipeline

1 similar comment
@Khuzaima05
Copy link
Member Author

/run pipeline

@Khuzaima05
Copy link
Member Author

/run pipeline

@Khuzaima05 Khuzaima05 marked this pull request as ready for review May 14, 2025 16:39
@Khuzaima05 Khuzaima05 requested review from Ak-sky and akocbek as code owners May 14, 2025 16:39
@Khuzaima05 Khuzaima05 changed the title [WIP] feat : Added Event Streams DA (Standard and Security-Enforced Variation) feat : Added Event Streams DA (Standard and Security-Enforced Variation) May 14, 2025
@Khuzaima05
Copy link
Member Author

Catalog Tile Overview and Features:

Screenshot 2025-05-14 at 10 27 38 PM

Security Enforced Variant:

Screenshot 2025-05-14 at 10 28 40 PM Screenshot 2025-05-14 at 10 29 05 PM

Standard Variant:

Screenshot 2025-05-14 at 10 31 24 PM Screenshot 2025-05-14 at 10 31 34 PM

@Khuzaima05
Copy link
Member Author

/run pipeline

@Khuzaima05
Copy link
Member Author

/run pipeline

@ocofaigh
Copy link
Contributor

@Khuzaima05 Can we re-discuss the variation name "Standard" on tomorrow deep dive? I would really like to find a better name, but as we dicsussed "Fully configurable" doesn't make sense in this case

@ocofaigh
Copy link
Contributor

As per deep dive, 2 variation names should be:

  • Quickstart
  • Security-enforced

@Khuzaima05
Copy link
Member Author

/run pipeline

Copy link
Member

@Ak-sky Ak-sky left a comment

Choose a reason for hiding this comment

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

  • Left few comments, also need to update the URL in variables in existing code to use security-enforced instead of enterprise.
  • Few typos below needs to be fixed, PR in progress to add codespell to check for typos.
modules/fscloud/variables.tf:10: Steams ==> Streams
modules/fscloud/variables.tf:16: Steams ==> Streams
solutions/quickstart/README.md:45: Steams ==> Streams
solutions/quickstart/README.md:46: Steams ==> Streams
examples/basic/variables.tf:27: Steams ==> Streams
examples/fscloud/variables.tf:27: Steams ==> Streams
modules/fscloud/README.md:29: Steams ==> Streams
modules/fscloud/README.md:47: Steams ==> Streams
solutions/quickstart/main.tf:37: intance ==> instance, intense
README.md:164: Steams ==> Streams
solutions/security-enforced/variables.tf:66: Steams ==> Streams
solutions/security-enforced/variables.tf:72: Steams ==> Streams
solutions/security-enforced/README.md:5: wan't ==> want, wasn't
solutions/security-enforced/README.md:12: instace ==> instance
solutions/security-enforced/README.md:57: Steams ==> Streams
solutions/security-enforced/README.md:58: Steams ==> Streams
variables.tf:27: Steams ==> Streams
examples/complete/variables.tf:27: Steams ==> Streams
examples/complete/variables.tf:33: Steams ==> Streams
solutions/security-enforced/main.tf:169: intance ==> instance, intense
solutions/quickstart/variables.tf:76: Steams ==> Streams
solutions/quickstart/variables.tf:82: Steams ==> Streams

Khuzaima05 and others added 15 commits June 11, 2025 10:43
Co-authored-by: Akash Kumar <[email protected]>
Co-authored-by: Akash Kumar <[email protected]>
Co-authored-by: Akash Kumar <[email protected]>
Co-authored-by: Akash Kumar <[email protected]>
Co-authored-by: Akash Kumar <[email protected]>
Co-authored-by: Akash Kumar <[email protected]>
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.

  • remove support_ibm tag - its not IBM supported yet, its only in community
  • add the following support statement:
    "support_details": "This product is in the community registry, as such support is handled through the originated repo. If you experience issues please open an issue in the repository [https://github.com/terraform-ibm-modules/terraform-ibm-event-streams/issues](https://github.com/terraform-ibm-modules/terraform-ibm-event-streams/issues). Please note this product is not supported via the IBM Cloud Support Center.",

@Khuzaima05
Copy link
Member Author

  • remove support_ibm tag - its not IBM supported yet, its only in community
  • add the following support statement:
    "support_details": "This product is in the community registry, as such support is handled through the originated repo. If you experience issues please open an issue in the repository [https://github.com/terraform-ibm-modules/terraform-ibm-event-streams/issues](https://github.com/terraform-ibm-modules/terraform-ibm-event-streams/issues). Please note this product is not supported via the IBM Cloud Support Center.",

Done

@Khuzaima05
Copy link
Member Author

  • Left few comments, also need to update the URL in variables in existing code to use security-enforced instead of enterprise.
  • Few typos below needs to be fixed, PR in progress to add codespell to check for typos.
modules/fscloud/variables.tf:10: Steams ==> Streams
modules/fscloud/variables.tf:16: Steams ==> Streams
solutions/quickstart/README.md:45: Steams ==> Streams
solutions/quickstart/README.md:46: Steams ==> Streams
examples/basic/variables.tf:27: Steams ==> Streams
examples/fscloud/variables.tf:27: Steams ==> Streams
modules/fscloud/README.md:29: Steams ==> Streams
modules/fscloud/README.md:47: Steams ==> Streams
solutions/quickstart/main.tf:37: intance ==> instance, intense
README.md:164: Steams ==> Streams
solutions/security-enforced/variables.tf:66: Steams ==> Streams
solutions/security-enforced/variables.tf:72: Steams ==> Streams
solutions/security-enforced/README.md:5: wan't ==> want, wasn't
solutions/security-enforced/README.md:12: instace ==> instance
solutions/security-enforced/README.md:57: Steams ==> Streams
solutions/security-enforced/README.md:58: Steams ==> Streams
variables.tf:27: Steams ==> Streams
examples/complete/variables.tf:27: Steams ==> Streams
examples/complete/variables.tf:33: Steams ==> Streams
solutions/security-enforced/main.tf:169: intance ==> instance, intense
solutions/quickstart/variables.tf:76: Steams ==> Streams
solutions/quickstart/variables.tf:82: Steams ==> Streams

Done

@Khuzaima05
Copy link
Member Author

/run pipeline

@Khuzaima05
Copy link
Member Author

/run pipeline

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

Successfully merging this pull request may close these issues.

3 participants