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

Notification Constraints not supported #533

Open
kunzt-aws opened this issue Jul 15, 2022 · 0 comments
Open

Notification Constraints not supported #533

kunzt-aws opened this issue Jul 15, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@kunzt-aws
Copy link

kunzt-aws commented Jul 15, 2022

At the moment, the Puppet solution only offers capabilities to include launch constraints for the distributed portfolios.
AWS Service Catalog provides capability to use notification constraints.

Notification support would enable events from Service Catalog activities, since EventBridge does currently not support events from AWS Service Catalog.

Notification Constraints could be supported in the manifest in the same way as launch constraints are today. Proposed example below:

spoke-local-portfolios:
  catalogservicedev-portfolio-distribution:
    portfolio: "users"
    sharing_mode: ACCOUNT
    product_generation_method: import
    associations:
      - arn:aws:iam::${AWS::AccountId}:role/Admin
    constraints:
      launch:
        - product: "CatalogProduct"
          roles:
            - arn:aws:iam::${AWS::AccountId}:role/catalogproduct-launchconstraint-role
      notification:
        - product: "CatalogProduct"
          notificationarns:
            - arn:aws:sns:us-east-1:111111111111:catalog-service-notification-topic
    deploy_to:
      tags:
        - tag: "account:user"
          regions: "default_region"
@eamonnfaherty eamonnfaherty added the enhancement New feature or request label Jul 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants