[DEPRECATED] Assign Azure Active Directory Identities to Kubernetes applications.
Перейти к файлу
Anish Ramasekar ba1c76df88
chore: update adal deps to v0.9.18 (#1208)
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
2021-12-14 10:06:58 -08:00
.github chore: replace deprecated codecov uploader with GitHub Actions (#1167) 2021-09-20 16:48:41 -07:00
.pipelines chore: remove armv7 from build platforms (#1180) 2021-10-13 00:39:49 +00:00
charts release: update manifest and helm charts for v1.8.5 (#1179) 2021-10-11 23:01:49 +00:00
cmd chore: set --metadata-header-required to true by default (#1158) 2021-09-10 16:47:53 -07:00
config/crd Add additional columns to kubectl output (#1093) 2021-06-18 12:22:31 -07:00
deploy release: update manifest and helm charts for v1.8.5 (#1179) 2021-10-11 23:01:49 +00:00
examples docs: add changelog & development section and move java-blob example to website (#891) 2020-12-04 11:02:55 -08:00
hack fix: allow overwriting NODE_RESOURCE_GROUP in role-assignment.sh (#873) 2020-11-19 15:24:46 -08:00
manifest_staging chore: support custom cloud configuration in helm chart (#1203) 2021-12-08 15:49:21 -08:00
pkg chore: upgrade various packages to remove jwt-go v3.2.0 dependency (#1205) 2021-12-10 23:20:38 +00:00
scripts Add linting tools to Makefile (#551) 2020-04-30 18:42:44 -04:00
test chore: update adal deps to v0.9.18 (#1208) 2021-12-14 10:06:58 -08:00
tools security: bump go.mongodb.org/mongo-driver to v1.5.1 and add SECURITY.md (#1156) 2021-09-09 09:59:58 -07:00
tutorial docs: update invalid URLs in website (#832) 2020-10-14 12:23:04 -07:00
validation/gatekeeper fix: Remove incorrect fields from gatekeeper test (#1090) 2021-06-08 09:07:51 -07:00
version feat: add configuration for custom user agent (#965) 2021-02-09 23:34:51 +00:00
website chore: support custom cloud configuration in helm chart (#1203) 2021-12-08 15:49:21 -08:00
.gitignore feat: support JSON logging format (#839) 2020-10-27 13:37:06 -07:00
.gitmodules docs: update website theme to docsy (#828) 2020-10-12 15:32:04 -07:00
.golangci.yml ci: add gosec as part of linting (#850) 2020-10-30 12:56:11 -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 chore: update debian-iptables to bullseye-v1.1.0 (#1200) 2021-12-02 22:41:35 +00:00
LICENSE Initial commit 2018-04-06 11:12:20 -07:00
Makefile chore: remove armv7 from build platforms (#1180) 2021-10-13 00:39:49 +00:00
README.md ci: use Upstream Pool for soak & load test (#982) 2021-03-01 17:23:45 -08:00
SECURITY.md security: bump go.mongodb.org/mongo-driver to v1.5.1 and add SECURITY.md (#1156) 2021-09-09 09:59:58 -07:00
codecov.yml ci: add code coverage as part of CI (#705) 2020-07-24 11:07:47 -07:00
go.mod chore: update adal deps to v0.9.18 (#1208) 2021-12-14 10:06:58 -08:00
go.sum chore: update adal deps to v0.9.18 (#1208) 2021-12-14 10:06:58 -08: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

Setup the correct role assignments on Azure and install AAD Pod Identity through Helm or YAML deployment files. Get familiar with our CRDs and core components.

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.