-
Notifications
You must be signed in to change notification settings - Fork 139
adds using secrets in a python function and cli --function-credentials #902
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
base: master
Are you sure you want to change the base?
adds using secrets in a python function and cli --function-credentials #902
Conversation
✅ Deploy Preview for crossplane ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@negz this is related to our chat in https://cloud-native.slack.com/archives/C01DCV0BS9H/p1742994912658039 |
Nice work! Thank you. |
@fabricebrito Can you sign your git commit please - we need that before we can merge. See https://github.com/crossplane/docs/pull/902/checks?check_run_id=39578510287 for context. ( |
…ub.com/fabricebrito/docs-crossplane into feature-credentials-in-python-function
@negz the commit is now signed |
@fabricebrito Sadly it seems like the commits aren't signed - the DCO check is still failing. |
…ub.com/fabricebrito/docs-crossplane into feature-credentials-in-python-function Signed-off-by: Fabrice Brito <[email protected]>
…ub.com/fabricebrito/docs-crossplane into feature-credentials-in-python-function
Signed-off-by: Jared Watts <[email protected]>
…ine grained details Signed-off-by: Jared Watts <[email protected]>
Signed-off-by: Jared Watts <[email protected]>
…ub.com/fabricebrito/docs-crossplane into feature-credentials-in-python-function
@fabricebrito something odd is going on in the history of your branch it seems like. I see multiple merge commits and some of my previous commits from #900 seem to be in your branch's history now too 🤔 ![]() Have you looked into using a From the DCO check:
All the commits in the branch must be signed off. I'm not quite sure what has happened in your branch, but it may be reasonable for you to start fresh and apply just your final changes (with a sign-off), instead of trying to continue cleaning things up. |
I'm sorry for the mess. I'll start fresh. |
This PR adds documentation on how to use secrets in Python functions and extends the
crossplane render --function-credentials=PATH
cli