-
Notifications
You must be signed in to change notification settings - Fork 356
website(blog): add ACR repository permissions with ABAC #5421
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
website(blog): add ACR repository permissions with ABAC #5421
Conversation
4766afd to
a08be87
Compare
Signed-off-by: Johnson Shi <13926417+johnsonshi@users.noreply.github.com>
a08be87 to
a67d131
Compare
website/blog/2025-11-24-acr-abac-repository-permissions/index.md
Outdated
Show resolved
Hide resolved
website/blog/2025-11-24-acr-abac-repository-permissions/index.md
Outdated
Show resolved
Hide resolved
website/blog/2025-11-24-acr-abac-repository-permissions/index.md
Outdated
Show resolved
Hide resolved
Signed-off-by: Johnson Shi <13926417+johnsonshi@users.noreply.github.com>
sanketbakshi1981
left a comment
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
Signed-off-by: Johnson Shi <13926417+johnsonshi@users.noreply.github.com>
website/blog/2025-12-05-acr-abac-repository-permissions/index.md
Outdated
Show resolved
Hide resolved
website/blog/2025-12-18-acr-abac-repository-permissions/index.md
Outdated
Show resolved
Hide resolved
website/blog/2025-12-05-acr-abac-repository-permissions/index.md
Outdated
Show resolved
Hide resolved
website/blog/2025-12-05-acr-abac-repository-permissions/index.md
Outdated
Show resolved
Hide resolved
website/blog/2025-12-05-acr-abac-repository-permissions/index.md
Outdated
Show resolved
Hide resolved
...e/blog/2026-01-23-acr-abac-repository-permissions/aks-cluster-pulling-from-acr-with-abac.png
Show resolved
Hide resolved
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.
Pull request overview
This PR adds a blog post announcing the General Availability (GA) of Azure Container Registry (ACR) Repository Permissions with Attribute-based Access Control (ABAC). The post explains how ABAC enables fine-grained, repository-scoped permissions for CI/CD pipelines and AKS clusters, moving away from all-or-nothing registry-wide access patterns.
Key Changes:
- New blog post documenting ACR ABAC repository permissions feature
- Added
johnson-shiauthor profile to authors.yml - Added
azure-container-registryandentratags to tags.yml - Updated .gitignore to exclude package-lock.json
Reviewed changes
Copilot reviewed 3 out of 8 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| website/blog/2025-12-05-acr-abac-repository-permissions/index.md | New blog post documenting ACR ABAC feature, configuration steps, role behaviors, and security considerations |
| website/blog/2025-12-05-acr-abac-repository-permissions/*.png | Four supporting images showing portal UI, architecture diagrams, and configuration screens |
| website/blog/authors.yml | Added Johnson Shi as a new author with complete profile information |
| website/blog/tags.yml | Added two new tags: azure-container-registry and entra with appropriate descriptions |
| .gitignore | Added package-lock.json to prevent lockfile conflicts in version control |
website/blog/2025-12-05-acr-abac-repository-permissions/index.md
Outdated
Show resolved
Hide resolved
website/blog/2025-12-05-acr-abac-repository-permissions/index.md
Outdated
Show resolved
Hide resolved
Signed-off-by: Johnson Shi <13926417+johnsonshi@users.noreply.github.com>
Signed-off-by: Johnson Shi <13926417+johnsonshi@users.noreply.github.com>
Signed-off-by: Johnson Shi <13926417+johnsonshi@users.noreply.github.com>
|
All comments addressed and resolved. |
website/blog/2025-12-18-acr-abac-repository-permissions/index.md
Outdated
Show resolved
Hide resolved
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.
Pull request overview
Copilot reviewed 3 out of 8 changed files in this pull request and generated 2 comments.
website/blog/2025-12-18-acr-abac-repository-permissions/index.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.
Pull request overview
Copilot reviewed 3 out of 8 changed files in this pull request and generated 3 comments.
sabbour
left a comment
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.
Approved!
website/blog/2025-12-18-acr-abac-repository-permissions/index.md
Outdated
Show resolved
Hide resolved
website/blog/2025-12-18-acr-abac-repository-permissions/index.md
Outdated
Show resolved
Hide resolved
website/blog/2025-12-18-acr-abac-repository-permissions/index.md
Outdated
Show resolved
Hide resolved
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.
Pull request overview
Copilot reviewed 3 out of 8 changed files in this pull request and generated 1 comment.
website/blog/2025-12-18-acr-abac-repository-permissions/index.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Johnson Shi <13926417+johnsonshi@users.noreply.github.com>
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.
Pull request overview
Copilot reviewed 3 out of 8 changed files in this pull request and generated no new comments.
Add blog post for GA of Azure Container Registry (ACR) Repository Permissions with Attribute-based Access Control (ABAC).