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

No capability to remove a product from a portfolio #268

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

No capability to remove a product from a portfolio #268

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

Comments

@kunzt-aws
Copy link

Today, products can only added to portfolios based on the config files.
To remove a products from a portfolio while not deleting the product from the Service Catalog, you need to manually remove the product using the AWS Console or the CLI.

Removing the product from the portfolio could be enabled in the configuration using the Status statement.

Example for configurations which are Portfolio-focused:

Schema: factory-2019-04-01  
Portfolios:
  - DisplayName: "Portfolio Name"  
    Description: "Portfolio Description"  
    ProviderName: "Portfolio ProviderName"
    Products:
      - Name: "Portfolio Product Name"  
        Owner: "Owner"
        Description: "Description"  
        Distributor: "Distributor"  
        SupportDescription: "SupportDescription"  
        SupportEmail: "SupportEmail"  
        SupportUrl: "SupportUrl" 
        Status: "Active/Inactive"

Example for configurations which are Product-focused:

Products:
  - Name: "Portfolio Product Name"  
    Owner: "Owner"
    Description: "Description"  
    Distributor: "Distributor"  
    SupportDescription: "SupportDescription"  
    SupportEmail: "SupportEmail"  
    SupportUrl: "SupportUrl" 
    Status: "Active/Inactive"
    Portfolios:
      - AssignedPortfolio
        Status: "Active/Inactive"
@eamonnfaherty eamonnfaherty added the enhancement New feature or request label Jul 29, 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