-
Notifications
You must be signed in to change notification settings - Fork 431
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
add doc for workload identity #3770
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #3770 +/- ##
==========================================
+ Coverage 55.57% 55.91% +0.34%
==========================================
Files 190 190
Lines 19523 19499 -24
==========================================
+ Hits 10850 10903 +53
+ Misses 8064 7981 -83
- Partials 609 615 +6 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding this @sonasingh46! Do you think we should add a section for workload identity in the existing doc https://capz.sigs.k8s.io/topics/multitenancy.html#identity-types and maybe link to this doc for setup or just move everything to that page?
@CecileRobertMichon -- Yes, this is a good idea. @willie-yao is helping me with the docs verification to just get another eye and once the doc is verified and ready, I will move it as you said. |
@willie-yao -- I have made changes to the doc to add some missing part and that it becomes more easy to follow. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much for the update @sonasingh46! Just a few suggestions from my end while following each step.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great! I just made some small grammar comments when first reading it. Next I'll try out the instructions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a few more comments on issues I ran across while going through the doc. Otherwise it is fully working for me!
90c2092
to
f780934
Compare
I wanted to go through the docs like a user would, looking at CAPZ Book web pages. But I ran the local server and couldn't find the doc: % brew install mdbook
% make -C docs/book serve
% # open localhost:3000 in a browser I know it's linked from the "multitenancy" topic, but his doc probably needs a ToC entry in the
|
/assign @CecileRobertMichon |
/lgtm |
LGTM label has been added. Git tree hash: 4155453da89472b6aff42786ddd55ba368587d8f
|
docs/book/src/topics/multitenancy.md
Outdated
|
||
## Identity Types | ||
|
||
### Workload Identity |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### Workload Identity | |
### Workload Identity (Recommended) |
docs/book/src/topics/multitenancy.md
Outdated
### Workload Identity | ||
|
||
Follow this [link](./workload-identity.md) for workload identity docs. | ||
|
||
### Service Principal With Client Password |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### Service Principal With Client Password | |
### AAD Pod Identity using Service Principal With Client Password (Deprecated) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't add comments on the lines below but should be the same for other sections
### AAD Pod Identity using Service Principal With Certificate (Deprecated)
### AAD Pod Identity using User-Assigned Managed Identity (Deprecated)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, but for the following:
AAD Pod Identity using User-Assigned Managed Identity (Deprecated)
I don't think User assigned managed identity as anything to do with AAD pod identity.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks.
/cc @mboersma |
docs/book/src/topics/multitenancy.md
Outdated
@@ -49,7 +69,7 @@ data: | |||
clientSecret: <client-secret-of-SP-identity> | |||
``` | |||
|
|||
### Service Principal With Certificate | |||
### AAD Pod Identity using Service Principal With Certificate |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### AAD Pod Identity using Service Principal With Certificate | |
### AAD Pod Identity using Service Principal With Certificate (Deprecated) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
/hold
please squash!
LGTM label has been added. Git tree hash: b8a3ea27991efd9f1e4728c239ea9f2aa58e7883
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: CecileRobertMichon The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Thanks for all your hard work on this feature!! 🚀
Signed-off-by: Ashutosh Kumar <[email protected]>
7432707
to
16e3c90
Compare
@CecileRobertMichon @willie-yao -- Have squashed the commit. Sorry about the back and forth. |
/hold cancel thank you for your patience with all my comments @sonasingh46 |
What type of PR is this?
This PR documents workload identity .
What this PR does / why we need it:
This is a workload identity documentation PR.
TODOs:
Release note: