-
Notifications
You must be signed in to change notification settings - Fork 378
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
Add InstanceProfile CRD #1064
Labels
Comments
we also interested in instanceProfile since karpenter needs one ;)
|
@ytsarev is going to take this issue on! I'll assign him once he's a member of the Crossplane org 😊 |
@ytsarev take care that code-generator for iam is possible but region is injected check aws-controllers-k8s/community#1150 |
@haarchri great, thanks for the heads up 👍 |
2 tasks
tektondeploy
pushed a commit
to gtn3010/provider-aws
that referenced
this issue
Mar 12, 2024
…vate-makefile-tools feat(renovate): add uptest, up and golangcilint for renovate pr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What resource do you need?
AWS cli parameter is:
create-instance-profile
andadd-role-to-instance-profile
What is your use case?
We are building VM which runs multiple commands against multiple endpoints where credentials are needed. Instead of passing these secrets directly into userdata field we can use
Instance Profile
to read credentials fromAWS SecretManager
.Would you be willing to contribute it using code generator?
Sure, but might take some time at this point as we just started to use crossplane.
The text was updated successfully, but these errors were encountered: