You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would like to have the ability to use InjectedIdentity source type for an identity credential source. This would allow injected identities to be configured without needing to pass around credentials.
How could Crossplane help solve your problem?
Add xpv1.CredentialsSourceInjectedIdentity as an option for resource.CommonCredentialExtractor. I was considering treating it the same as xpv1.CredentialsSourceNone and return nil and letting the provider determine what to do with nil creds.
The text was updated successfully, but these errors were encountered:
Crossplane does not currently have enough maintainers to address every issue and pull request. This issue has been automatically marked as stale because it has had no activity in the last 90 days. It will be closed in 14 days if no further activity occurs. Leaving a comment starting with/fresh will mark this issue as not stale.
What problem are you facing?
Would like to have the ability to use InjectedIdentity source type for an identity credential source. This would allow injected identities to be configured without needing to pass around credentials.
How could Crossplane help solve your problem?
Add
xpv1.CredentialsSourceInjectedIdentity
as an option forresource.CommonCredentialExtractor
. I was considering treating it the same asxpv1.CredentialsSourceNone
and returnnil
and letting the provider determine what to do withnil
creds.The text was updated successfully, but these errors were encountered: