-
Notifications
You must be signed in to change notification settings - Fork 216
Add docs on managed identity for Azure Blob #752
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
Conversation
| Create an `AzureIdentity` object that references the identity created above: | ||
| ```yaml |
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.
| Create an `AzureIdentity` object that references the identity created above: | |
| ```yaml | |
| Create an `AzureIdentity` object that references the identity created above: | |
docs/spec/v1beta2/buckets.md
Outdated
| Create an `AzureIdentityBinding` object that binds pods with a specific selector with the `AzureIdentity` created. | ||
| ```yaml |
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.
| Create an `AzureIdentityBinding` object that binds pods with a specific selector with the `AzureIdentity` created. | |
| ```yaml | |
| Create an `AzureIdentityBinding` object that binds pods with a specific selector with the `AzureIdentity` created. | |
| ```yaml |
| Create an `AzureIdentityBinding` object that binds pods with a specific selector with the `AzureIdentity` created. | |
| ```yaml | |
| Create an `AzureIdentityBinding` object that binds pods with a specific selector with the `AzureIdentity` created: | |
| ```yaml |
docs/spec/v1beta2/buckets.md
Outdated
| type: 0 # user-managed identity | ||
| ``` | ||
|
|
||
| Create an `AzureIdentityBinding` object that binds pods with a specific selector with the `AzureIdentity` created. |
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.
| Create an `AzureIdentityBinding` object that binds pods with a specific selector with the `AzureIdentity` created. | |
| Create an `AzureIdentityBinding` object that binds pods with a specific selector with the `AzureIdentity` created: | |
docs/spec/v1beta2/buckets.md
Outdated
| type: 0 # user-managed identity | ||
| ``` | ||
|
|
||
| Create an `AzureIdentityBinding` object that binds pods with a specific selector with the `AzureIdentity` created. |
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.
| Create an `AzureIdentityBinding` object that binds pods with a specific selector with the `AzureIdentity` created. | |
| Create an `AzureIdentityBinding` object that binds pods with a specific selector with the `AzureIdentity` created: | |
docs/spec/v1beta2/buckets.md
Outdated
| selector: ${IDENTITY_NAME} | ||
| ``` | ||
|
|
||
| Label the source-controller correctly so that it can match an identity binding. |
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.
| Label the source-controller correctly so that it can match an identity binding. | |
| Label the source-controller correctly so that it can match an identity binding: |
docs/spec/v1beta2/buckets.md
Outdated
| selector: ${IDENTITY_NAME} | ||
| ``` | ||
|
|
||
| Label the source-controller correctly so that it can match an identity binding. |
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.
| Label the source-controller correctly so that it can match an identity binding. | |
| Label the source-controller correctly so that it can match an identity binding: |
docs/spec/v1beta2/buckets.md
Outdated
| aadpodidbinding: ${IDENTITY_NAME} # match the AzureIdentity name | ||
| ``` | ||
|
|
||
| Then you don't need to reference a secret |
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.
What does "then" refer to? "Now"?
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.
It refers to when you have aad-pod-identity set up and you have created the identities and labeled the SC pod
docs/spec/v1beta2/buckets.md
Outdated
| aadpodidbinding: ${IDENTITY_NAME} # match the AzureIdentity name | ||
| ``` | ||
|
|
||
| Then you don't need to reference a secret |
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.
What does "then" refer to? "Now"?
Signed-off-by: Somtochi Onyekwere <[email protected]>
5b76c23 to
bb7aa14
Compare
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 @somtochiama
Part of: website/961
This documentation is mostly on accessing Azure Blob using managed identities and aad-pod-identity
Signed-off-by: Somtochi Onyekwere [email protected]