adds using secrets in a python function and cli --function-credentials
This PR adds documentation on how to use secrets in Python functions and extends the crossplane render --function-credentials=PATH cli
Deploy Preview for crossplane ready!
| Name | Link |
|---|---|
| Latest commit | 8097176394af8695278a1df8bad780062e9cf358 |
| Latest deploy log | https://app.netlify.com/projects/crossplane/deploys/689c426f161e950008d62218 |
| Deploy Preview | https://deploy-preview-902--crossplane.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
Lighthouse |
1 paths audited Performance: 73 (🔴 down 4 from production) Accessibility: 90 (🔴 down 2 from production) Best Practices: 83 (no change from production) SEO: 100 (no change from production) PWA: 70 (no change from production) View the detailed breakdown and full score reports |
To edit notification comments on pull requests, go to your Netlify project 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.
(git commit --amend -s should do it.)
@negz the commit is now signed
@fabricebrito Sadly it seems like the commits aren't signed - the DCO check is still failing.
@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 git rebase workflow? Since I started doing that years ago, I have largely avoided any messy branch history - I've never looked back since adopting it 😂
https://simondosda.github.io/posts/2022-01-03-git-rebase-workflow.html
From the DCO check:
There are 4 commits incorrectly signed off. This means that the author(s) of these commits failed to include a Signed-off-by line in their commit message.
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.
I've started fresh and submited #968
I'm closing this one
