зеркало из
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.
Перейти к файлу
dependabot[bot] e30847f0ca
chore: bump com.microsoft.azure:msal4j in /examples/msal-java
Bumps [com.microsoft.azure:msal4j](https://github.com/AzureAD/microsoft-authentication-library-for-java) from 1.14.2 to 1.15.1.
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-java/releases)
- [Changelog](https://github.com/AzureAD/microsoft-authentication-library-for-java/blob/dev/changelog.txt)
- [Commits](https://github.com/AzureAD/microsoft-authentication-library-for-java/compare/v1.14.2...v1.15.1)

---
updated-dependencies:
- dependency-name: com.microsoft.azure:msal4j
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-11 20:04:41 +00:00
.github ci: update service account issuer in azwi_e2e (#1366) 2024-06-04 12:08:10 -04:00
.pipelines ci: cleanup windows pr gate (#1368) 2024-06-05 16:26:30 -04:00
charts/workload-identity-webhook release: update manifest and helm charts for v1.3.0 (#1367) 2024-06-04 15:19:37 -04:00
cmd chore: bump k8s deps to v1.29.4 and controller-runtime to v0.17.3 (#1292) 2024-05-02 16:44:37 -04:00
config release: update manifest and helm charts for v1.3.0 (#1367) 2024-06-04 15:19:37 -04:00
deploy release: update manifest and helm charts for v1.3.0 (#1367) 2024-06-04 15:19:37 -04:00
docker chore: update distroless-iptables to v0.5.4 (#1351) 2024-05-14 15:25:50 -04:00
docs/book release: update manifest and helm charts for v1.3.0 (#1367) 2024-06-04 15:19:37 -04:00
examples chore: bump com.microsoft.azure:msal4j in /examples/msal-java 2024-06-11 20:04:41 +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 v1.3.0 (#1367) 2024-06-04 15:19:37 -04:00
pkg release: update manifest and helm charts for v1.3.0 (#1367) 2024-06-04 15:19:37 -04:00
scripts ci: cleanup windows pr gate (#1368) 2024-06-05 16:26:30 -04:00
test/e2e chore: bump k8s.io/kubernetes from 1.29.4 to 1.29.5 in /test/e2e in the k8s group (#1354) 2024-06-05 18:17:18 +00:00
third_party release: update manifest and helm charts for v1.3.0 (#1367) 2024-06-04 15:19:37 -04:00
.gitignore feat: add msal-java example (#375) 2022-02-17 12:08:08 -08:00
.golangci.yml chore: update to go 1.22 (#1315) 2024-05-02 17:36:17 +00:00
.goreleaser.yml chore: reenable azwi darwin build as part of release (#909) 2023-04-29 00:08:14 +00:00
CODEOWNERS ci: add @enj to CODEOWNERS (#927) 2023-05-04 20:32:42 +00:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2021-04-26 06:52:07 -07:00
LICENSE Initial LICENSE commit 2021-04-26 06:52:09 -07:00
Makefile release: update manifest and helm charts for v1.3.0 (#1367) 2024-06-04 15:19:37 -04:00
PROJECT feat: rename module and annotations from aad-pod-managed-identity to azure-workload-identity (#150) 2021-08-24 11:46:00 -07:00
README.md ci: enable tests with kubernetes v1.29 (#1230) 2024-02-23 12:32:49 -08:00
SECURITY.md ci: disable markdown link check for SECURITY.md (#445) 2022-05-10 22:21:58 +05:30
codecov.yml ci: add codecov.yml (#788) 2023-03-16 00:03:08 +00:00
go.mod chore: bump the k8s group across 1 directory with 4 updates (#1355) 2024-05-23 00:08:29 +00:00
go.sum chore: bump the k8s group across 1 directory with 4 updates (#1355) 2024-05-23 00:08:29 +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 OpenSSF Scorecard

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.29
1.28
1.27
1.26

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.