-
Notifications
You must be signed in to change notification settings - Fork 267
SecurityGroup userIdGroupPairs groupRef does not use the referenced id #2101
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
Labels
kind/bug
Categorizes issue or PR as related to a bug.
service/ec2
Indicates issues or PRs that are related to ec2-controller.
Comments
Provided a PR which should give the proper behavior |
ack-prow bot
pushed a commit
to aws-controllers-k8s/ec2-controller
that referenced
this issue
Jun 28, 2024
…d of name (#203) Handles issues [#2101](aws-controllers-k8s/community#2101) GroupId is populated instead of the groupName (which would be the same as the name passed in as reference) when using the groupRef solution. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
ack-prow bot
pushed a commit
to aws-controllers-k8s/ec2-controller
that referenced
this issue
Jun 28, 2024
Release for: aws-controllers-k8s/community#2101 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
nnbu
pushed a commit
to nnbu/ack-ec2-controller
that referenced
this issue
Sep 18, 2024
…d of name (aws-controllers-k8s#203) Handles issues [#2101](aws-controllers-k8s/community#2101) GroupId is populated instead of the groupName (which would be the same as the name passed in as reference) when using the groupRef solution. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
nnbu
pushed a commit
to nnbu/ack-ec2-controller
that referenced
this issue
Sep 18, 2024
Release for: aws-controllers-k8s/community#2101 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
kind/bug
Categorizes issue or PR as related to a bug.
service/ec2
Indicates issues or PRs that are related to ec2-controller.
Describe the bug
Checked out the fairly new issue #2058 that was closed and followed that information (the information on https://aws-controllers-k8s.github.io/community/reference/ec2/v1alpha1/securitygroup/ seems to be outdated - so something seems to not work with the publishing)
Tried it out, but it seems like it is not able to translate into the groupID when using the AWS API.
The resulting crd when applying the changes:
Cloudtrail excerpt:
Steps to reproduce
Create a securityGroup within a VPC
Expected outcome
The AWS API is called using the security group id rather than the name.
The request towards AWS should be similar to:
Environment
The text was updated successfully, but these errors were encountered: