Access Control for Azure Deployment

Restrict access of your deployment to specified IP addresses

This section shows the how to setup Portefaix with authentication and authorization support in Microsoft Azure (AZURE)

Configure Azure

❯ . ./portefaix.sh azure
[ Portefaix ]
Setup credentials
Done

Configure kubectl

❯ make -f hack/build/azure.mk azure-kube-credentials ENV=dev
❯ kubectl get nodes
NAME                           STATUS   ROLES   AGE   VERSION
aks-core-19506595-vmss000000   Ready    agent   8h    v1.18.10

Last modified February 23, 2024: feat(hugo): refactoring to fresh Hugo (cf7d6fc)