Skip to content
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

sensitive expand wildcard error because it was matching non sensitive field #436

Open
digna-ionos opened this issue Sep 11, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@digna-ionos
Copy link

What happened?

I have this configuration for a resource

  • credentials:
    • plainTextPasswordSecretRef:
      • key: password
      • name: pwsecret
      • namespace: upbound-system
    • username: myuser

The connection details mapping generated is
spec.forProvider.credentials[*].plainTextPasswordSecretRef

When trying to create the resource it returns an error.
cannot store sensitive parameters into params: cannot expand wildcard for xp resource: cannot expand wildcards for segments: "spec.forProvider.credentials[*].plainTextPasswordSecretRef": "spec.forProvider.credentials.username.plainTextPasswordSecretRef": cannot expand wildcards: spec.forProvider.credentials.username: not an object

I think that the wildcard is matching also the spec.forProvider.credentials.username.plainTextPasswordSecretRef path and returns an error because username is just a string.

How can we reproduce it?

Given a terraform singleton list which contains a string user attribute and a sensititve string password attribute, try to generate correct connection details mapping and succesfully expand wildcards.

@digna-ionos digna-ionos added the bug Something isn't working label Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant