[DEPRECATED] Assign Azure Active Directory Identities to Kubernetes applications.
Перейти к файлу
Anish Ramasekar e4e7eab22c
docs: add note about the repo being archived (#1446)
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
2023-10-02 13:34:21 -07:00
.github ci: restrict permissions for gh workflows (#1428) 2023-05-17 20:02:50 -07:00
.pipelines ci: remove nightly and load test pipeline (#1432) 2023-06-14 15:36:18 -07:00
charts release: update manifest and helm charts for v1.8.17 (#1435) 2023-06-16 08:54:24 -07:00
cmd Allow selecting bind address for NMI (#1284) 2022-07-05 14:56: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.17 (#1435) 2023-06-16 08:54:24 -07:00
docs Update RELEASE.md to clarify September EOL (#1433) 2023-06-15 11:02:45 -07: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 release: update manifest and helm charts for v1.8.17 (#1435) 2023-06-16 08:54:24 -07:00
pkg Update NMI resource id query key (#1401) 2023-03-17 01:10:55 +00:00
scripts Add linting tools to Makefile (#551) 2020-04-30 18:42:44 -04:00
test release: update manifest and helm charts for v1.8.17 (#1435) 2023-06-16 08:54:24 -07:00
tools chore: update golangci-lint to v1.52.2 (#1424) 2023-05-15 16:07:46 -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 docs: add note about the repo being archived (#1446) 2023-10-02 13:34:21 -07: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 chore: update golangci-lint to v1.52.2 (#1424) 2023-05-15 16:07:46 -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 release: update manifest and helm charts for v1.8.17 (#1435) 2023-06-16 08:54:24 -07: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 docs: add note about the repo being archived (#1446) 2023-10-02 13:34:21 -07: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: update codecov config (#1413) 2023-03-16 18:11:38 -07:00
go.mod chore: bump github.com/Azure/go-autorest/autorest/adal from 0.9.22 to 0.9.23 (#1415) 2023-03-22 18:19:18 -07:00
go.sum chore: bump github.com/Azure/go-autorest/autorest/adal from 0.9.22 to 0.9.23 (#1415) 2023-03-22 18:19:18 -07:00
netlify.toml docs: initial layout for static site (#801) 2020-09-21 13:00:24 -07:00

README.md

⚠️ AAD Pod Identity repo has been archived and is no longer maintained.

📣 Announcement

UPDATE: As of Monday 10/02/2023, AAD Pod Identity repo has been archived and is no longer maintained. The repo will be available in read-only mode. There will be no new releases. Please use Azure Workload Identity instead.

Thanks to all the contributors and users who have supported this project over the years! We hope you will continue to support us in our new project, Azure Workload Identity.

IMPORTANT: As of Monday 10/24/2022, AAD Pod Identity is deprecated. As mentioned in the announcement, AAD Pod Identity has been replaced with Azure Workload Identity. Going forward, we will no longer add new features or bug fixes to this project in favor of Azure Workload Identity, which reached General Availability (GA) in Azure Kubernetes Service (AKS). We will provide CVE patches until September 2023, at which time the project will be archived. There will be no new releases after September 2023.

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.

Release

Currently, AAD Pod Identity releases on a monthly basis to patch security vulnerabilities, targeting the first week of the month. Refer to Release Cadence for more details.

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.