Skip to content

An app to test persmissions in Azure Kubernetes using AAD-Pods

License

Notifications You must be signed in to change notification settings

xtellurian/aad-pods-tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple web app to demo AAD Pod Identity

https://github.com/Azure/aad-pod-identity

How to deploy

Set up AAD Pod Identity (instructions in repo above), and create an Azure Identity (MSI)

Edit Deployment File kubectl apply -f msi/srcid/tester.deploy.yaml

Make sure the label aadpodidbinding matches your identity binding.

      labels:
        app: tester
        aadpodidbinding: tester

Deploy

Deploy a service to access the web page:

kubectl apply -f msi/srcid/tester.service.yaml

Deploy the tester app:

kubectl apply -f msi/srcid/tester.deploy.yaml

TODO

Make page for testing each of the following:

About

An app to test persmissions in Azure Kubernetes using AAD-Pods

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published