-
Notifications
You must be signed in to change notification settings - Fork 124
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
Parameter.ssm.aws.upbound.io - want to observe value for use in composites #808
Comments
There was more conversation about this here https://crossplane.slack.com/archives/C01718T2476/p1691008466503949 |
Adding
seems to get the desired result but isn't intuitive |
This provider repo does not have enough maintainers to address every issue. Since there has been no activity in the last 90 days it is now marked as |
This provider repo does not have enough maintainers to address every issue. Since there has been no activity in the last 90 days it is now marked as |
This issue is being closed since there has been no activity for 14 days since marking it as |
We are facing a similar issue and would like to know if there has been any updates regarding this (unfortunately I cannot see the Slack conversation around it)?
but it did not output the insecure value for us. |
resource.status.atProvider.insecureValue |
confirmed working with upbound/[email protected] and v1.17.0 |
What happened?
https://marketplace.upbound.io/providers/upbound/provider-aws-ssm/v0.38.0/resources/ssm.aws.upbound.io/Parameter/v1beta1
I want to observe a value from the aws parameter store and use it in a composite.
My plan was to use
managementPolicy
withObserveOnly
, which is nowmanagementPolicies
withObserve
.However this did not work in a number of ways:
I was hoping with this atProvider would be filled in with
insecureValue
, but it does not have that value:I tried adding
forProvider.insecureValue
to anything to try to trick it to display that value but that did not work.Next I tried just import via external name:
which results in
If I set
insecureValue
and this point though it'll overwrite what I'm trying to read.How can we reproduce it?
Try the configs I posted above to create Parameters that reference a path in AWS SSM Parameters Store as readonly to be able to access the value and use in composites.
What environment did it happen in?
The text was updated successfully, but these errors were encountered: