ajlab-gh / cFOS-AKS

A Demo of Container FortiOS (cFOS) solution deployed into Googles K8s Manifest.
MIT License
1 stars 0 forks source link

lock down container registry #52

Open ajlab-gh opened 2 months ago

ajlab-gh commented 2 months ago

JSON equivalent of what we want to write into the terraform code.

{ "sku": { "name": "Premium", "tier": "Premium" }, "type": "Microsoft.ContainerRegistry/registries", "id": "/subscriptions/fda770f9-b125-4474-abec-6xxxxxxxxxxxxxxx/resourceGroups/ajlab-canadacentral-aks-rg/providers/Microsoft.ContainerRegistry/registries/ajlabcanadacentralacr", "name": "ajlabcanadacentralacr", "location": "canadacentral", "tags": {}, "properties": { "loginServer": "ajlabcanadacentralacr.azurecr.io", "creationDate": "2024-06-18T13:36:41.2161574Z", "provisioningState": "Succeeded", "adminUserEnabled": true, "networkRuleSet": { "defaultAction": "Deny", "virtualNetworkRules": [], "ipRules": [ { "action": "Allow", "value": "x.x.x.x" }, { "action": "Allow", "value": "y.y.y.y" } ] }, "policies": { "quarantinePolicy": {