зеркало из
1
0
Форкнуть 0
Azure AD Workload Identity uses Kubernetes primitives to associate managed identities for Azure resources and identities in Azure Active Directory (AAD) with pods.
Перейти к файлу
Anish Ramasekar 52e2382ca0
chore: update golangci-lint to v1.50.0 (#700)
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
2023-01-18 01:49:33 +00:00
.github chore: bump github/codeql-action from 2.1.37 to 2.1.38 (#701) 2023-01-17 11:38:34 -08:00
.pipelines ci: enable tests with kubernetes v1.26 (#663) 2022-12-09 18:21:19 -05:00
charts/workload-identity-webhook release: update manifest and helm charts for v0.15.0 (#672) 2022-12-13 23:13:02 +00:00
cmd feat: add proxy --probe and enable lifecycle postStart hook (#490) 2022-07-19 21:56:25 +00:00
config release: update manifest and helm charts for v0.15.0 (#672) 2022-12-13 23:13:02 +00:00
deploy release: update manifest and helm charts for v0.15.0 (#672) 2022-12-13 23:13:02 +00:00
docker chore: run apt update && apt upgrade -y in dockerfile 2022-09-12 14:21:01 -07:00
docs/book docs: Update quick start doc for user assigned identity (#692) 2023-01-11 09:25:58 -08:00
examples chore: bump jsonwebtoken from 8.5.1 to 9.0.0 in /examples/msal-node (#690) 2023-01-11 19:52:25 +00:00
hack chore: remove hack/generate-jwks (#211) 2021-10-13 22:27:57 +00:00
init fix: update proxy-init iptables rule to prevent forwarding loop (#402) 2022-03-25 11:07:39 -07:00
manifest_staging release: update manifest and helm charts for v0.15.0 (#672) 2022-12-13 23:13:02 +00:00
pkg fix: use generate name in logs if pod name is empty (#706) 2023-01-18 00:48:51 +00:00
scripts test: remove mutate pod based on label tests from GINKGO_SKIP (#675) 2022-12-19 09:55:31 -08:00
test security: fix CVE-2022-41717 (#673) 2022-12-13 21:59:10 +00:00
third_party release: update manifest and helm charts for v0.15.0 (#672) 2022-12-13 23:13:02 +00:00
.gitignore feat: add msal-java example (#375) 2022-02-17 12:08:08 -08:00
.golangci.yml chore: update golangci-lint to v1.50.0 (#700) 2023-01-18 01:49:33 +00:00
.goreleaser.yml release: update manifest and helm charts for v0.13.0 (revision) (#547) 2022-08-31 13:56:01 -07:00
CODEOWNERS ci: remove @chewong from CODEOWNERS (#504) 2022-07-25 10:38:50 -07:00
CODE_OF_CONDUCT.md
LICENSE
Makefile chore: update golangci-lint to v1.50.0 (#700) 2023-01-18 01:49:33 +00:00
PROJECT
README.md ci: enable tests with kubernetes v1.26 (#663) 2022-12-09 18:21:19 -05:00
SECURITY.md ci: disable markdown link check for SECURITY.md (#445) 2022-05-10 22:21:58 +05:30
go.mod chore: bump github.com/sirupsen/logrus from 1.8.1 to 1.8.2 (#702) 2023-01-17 22:45:35 +00:00
go.sum chore: bump github.com/sirupsen/logrus from 1.8.1 to 1.8.2 (#702) 2023-01-17 22:45:35 +00:00
netlify.toml docs: enable website preview with netlify (#324) 2022-01-14 00:40:28 +00:00

README.md

Azure AD Workload Identity

Build Status

Azure AD Workload Identity is the next iteration of Azure AD Pod Identity that enables Kubernetes applications to access Azure cloud resources securely with Azure Active Directory based on annotated service accounts.

Kubernetes Version Supported
1.26
1.25
1.24
1.23

Installation

Check out the installation guide on how to deploy the Azure AD Workload Identity webhook.

Quick Start

Check out the Azure AD Workload Identity Quick Start on how to securely access Azure cloud resources from your Kubernetes workload using the Microsoft Authentication Library (MSAL).

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.

Release

Currently, Azure Workload Identity releases on a monthly basis, targeting the last week of the month.

Support

Azure AD Workload 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.