-
Notifications
You must be signed in to change notification settings - Fork 16
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
Support loading credentials #139
Comments
@negz As this SDK is very tightly coupled with the rest of Crossplane, would it be a good idea to version it like the rest too? It should probably also be maintained with Crossplane too. Upgrading to Crossplane 1.16 now and then realize the SDK does not support it is unfortunate. |
@TerjeLafton Sure, it's a good idea. Unfortunately this is a large project with few maintainers, and I haven't had time to cut a release yet. If you're interested in becoming a maintainer on this repo to help with this kind of things, it would be appreciated. |
I don't think it's that tightly coupled, actually. It needs a new release when new features are added to functions but I don't think every new Crossplane release will warrant a new SDK release. |
What problem are you facing?
Crossplane v1.16 added support for passing credentials to secrets - crossplane/crossplane#5543.
How could Crossplane help solve your problem?
This SDK should update its protobufs (at least) and potentially add helper utils to get those credentials.
The text was updated successfully, but these errors were encountered: