mirror of
https://github.com/HackTricks-wiki/hacktricks-cloud.git
synced 2026-01-16 06:42:39 -08:00
unauth container registry
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
# Az - Container Registry Unauth
|
||||
|
||||
{{#include ../../../banners/hacktricks-training.md}}
|
||||
|
||||
## Container Registry Unauth
|
||||
|
||||
For more information about conteiner registry check:
|
||||
|
||||
{{#ref}}
|
||||
../az-services/az-container-registry.md
|
||||
{{#endref}}
|
||||
|
||||
### Anonymous Pull Access
|
||||
|
||||
It's possible to **allow anonymous pull access to images** inside a registry.
|
||||
|
||||
```bash
|
||||
# Authorize anonymous pulls
|
||||
az acr update --name <registry-name> --anonymous-pull-enabled true
|
||||
```
|
||||
|
||||
Then, **anyone knowing the registry name** can pull images from `<registry-name>.azurecr.io`.
|
||||
|
||||
{{#include ../../../banners/hacktricks-training.md}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user