[DEPRECATED] Assign Azure Active Directory Identities to Kubernetes applications.
Перейти к файлу
Ernest Wong 0091ec9f3b
docs: update invalid URLs in website (#832)
Signed-off-by: Ernest Wong <chuwon@microsoft.com>
2020-10-14 12:23:04 -07:00
.github docs: initial layout for static site (#801) 2020-09-21 13:00:24 -07:00
.pipelines fix: decrease length of RG name to allow cluster creation in eastus2euap (#810) 2020-09-29 18:02:20 -07:00
charts update manifests and helm chart for v1.6.3 (#797) 2020-09-15 16:38:28 -07:00
cmd feat: reconcile identity assignment on Azure (#734) 2020-08-31 13:17:01 -07:00
deploy update manifests and helm chart for v1.6.3 (#797) 2020-09-15 16:38:28 -07:00
examples update docs for pod-identity exception (#624) 2020-05-19 11:06:46 -07:00
hack docs: automate role assignments and improve troubleshooting guide (#754) 2020-08-31 13:06:51 -07:00
manifest_staging ci: include image scanning as part of CI & set non-root user in Dockerfile (#803) 2020-09-24 09:59:32 -07:00
pkg chore: add logs for ignored pods (#785) 2020-09-08 16:30:23 -07:00
scripts Add linting tools to Makefile (#551) 2020-04-30 18:42:44 -04:00
test fix: ensure backward compability of identityvalidator image (#809) 2020-09-28 09:15:48 -07:00
tools ci: bump golangci-lint to v1.30.0 (#759) 2020-08-25 11:58:25 -07:00
tutorial docs: update invalid URLs in website (#832) 2020-10-14 12:23:04 -07:00
validation/gatekeeper Fixes from testing 2020-03-20 18:22:51 -07:00
version Add custom user agent identifier to the adal calls and update sdk/autorest libraries (#267) 2019-07-01 12:19:42 -07:00
website docs: update invalid URLs in website (#832) 2020-10-14 12:23:04 -07:00
.gitignore docs: initial layout for static site (#801) 2020-09-21 13:00:24 -07:00
.gitmodules docs: update website theme to docsy (#828) 2020-10-12 15:32:04 -07:00
.golangci.yml Add linting tools to Makefile (#551) 2020-04-30 18:42:44 -04:00
CHANGELOG-1.5.md Code clean up (#597) 2020-05-15 09:26:41 -07:00
CHANGELOG-1.6.md update manifests and helm chart for v1.6.3 (#797) 2020-09-15 16:38:28 -07:00
CODE_OF_CONDUCT.md docs: add standalone Code of Conduct doc where GH can see it (#246) 2019-06-21 18:36:33 -07:00
CONTRIBUTING.md docs: add requirements to PR template and test standard to CONTRIBUTING.md (#706) 2020-07-23 17:34:28 -07:00
Dockerfile ci: include image scanning as part of CI & set non-root user in Dockerfile (#803) 2020-09-24 09:59:32 -07:00
LICENSE Initial commit 2018-04-06 11:12:20 -07:00
Makefile ci: include image scanning as part of CI & set non-root user in Dockerfile (#803) 2020-09-24 09:59:32 -07:00
README.md docs: update invalid URLs in website (#832) 2020-10-14 12:23:04 -07:00
codecov.yml ci: add code coverage as part of CI (#705) 2020-07-24 11:07:47 -07:00
go.mod Update to go1.15 (#751) 2020-08-24 10:15:07 -07:00
go.sum fix: fix miscellaneous linting problem in the codebase (#733) 2020-08-14 13:13:02 -07:00
netlify.toml docs: initial layout for static site (#801) 2020-09-21 13:00:24 -07:00

README.md

AAD Pod Identity

Build Status codecov GoDoc Go Report Card

AAD Pod Identity enables Kubernetes applications to access cloud resources securely with Azure Active Directory.

Using Kubernetes primitives, administrators configure identities and bindings to match pods. Then without any code modifications, your containerized applications can leverage any resource in the cloud that depends on AAD as an identity provider.

Getting Started

Get familiar with the core components and setup the correct role assignments on Azure.

Try our walkthrough to get a better understanding of the application workflow.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information, see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Support

aad-pod-identity is an open source project that is not covered by the Microsoft Azure support policy. Please search open issues here, and if your issue isn't already represented please open a new one. The project maintainers will respond to the best of their abilities.