generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 272
Open
Labels
kind/new-resourceCategorizes issue or PR as related to a new resource.Categorizes issue or PR as related to a new resource.service/ramIndicates issues or PRs that are related to ram-controller.Indicates issues or PRs that are related to ram-controller.
Description
Is your feature request related to a problem?
The RAM controller only supports creating outgoing shares, not accepting incoming share invitations from other accounts.
Describe the solution you'd like
Add a ResourceShareAccepter CRD that accepts RAM share invitations.
Example:
apiVersion: ram.services.k8s.aws/v1alpha1
kind: ResourceShareAccepter
metadata:
name: accept-shared-resources
spec:
shareARN: arn:aws:ram:us-east-2:111122223333:resource-share/abc-123Implementation
- Create → Accept pending invitation
- Read → Get invitation status
- Delete → Disassociate from share
- Follows Terraform's
aws_ram_resource_share_accepterpattern
Describe alternatives you've considered
Manual acceptance
kubernetes job etc that runs aws cli commands
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/new-resourceCategorizes issue or PR as related to a new resource.Categorizes issue or PR as related to a new resource.service/ramIndicates issues or PRs that are related to ram-controller.Indicates issues or PRs that are related to ram-controller.