Skip to content

feat(luminork): Add setting who a component is managed by at creation time #6510

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

Merged
merged 1 commit into from
Jun 26, 2025

Conversation

stack72
Copy link
Contributor

@stack72 stack72 commented Jun 26, 2025

API Usage:

Without managedBy (omit entirely):

  {
    "name": "MyComponent",
    "schemaName": "AWS::EC2::Instance"
  }

With managedBy:

  {
    "name": "MyComponent",
    "schemaName": "AWS::EC2::Instance",
    "managedBy": {"component": "ManagerComponentName"}
  }

You can also use componentId rather than component

… time

API Usage:

Without managedBy (omit entirely):
```
  {
    "name": "MyComponent",
    "schemaName": "AWS::EC2::Instance"
  }
```

With managedBy:
```
  {
    "name": "MyComponent",
    "schemaName": "AWS::EC2::Instance",
    "managedBy": {"component": "ManagerComponentName"}
  }
```

You can also use componentId rather than component
@stack72 stack72 requested a review from johnrwatson June 26, 2025 10:43
Copy link

Dependency Review

✅ No vulnerabilities or OpenSSF Scorecard issues found.

Scanned Files

None

@stack72 stack72 added this pull request to the merge queue Jun 26, 2025
Merged via the queue into main with commit f5a2320 Jun 26, 2025
10 checks passed
@stack72 stack72 deleted the allow-setting-managed-by branch June 26, 2025 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy