Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

docs: add disclaimer for current project status #1231

Merged
merged 1 commit into from
Jan 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# AAD Pod Identity

> **❗ IMPORTANT**: As mentioned in the [announcement](https://cloudblogs.microsoft.com/opensource/2022/01/18/announcing-azure-active-directory-azure-ad-workload-identity-for-kubernetes/), we are planning to replace AAD Pod Identity with [Azure Workload Identity](https://azure.github.io/azure-workload-identity). Going forward, we will no longer add new features to this project in favor of Azure Workload Identity. However, we will continue patching critical bugs and security vulnerabilities until further notice.

[![Build Status](https://dev.azure.com/AzureContainerUpstream/AAD%20Pod%20Identity/_apis/build/status/AAD%20Pod%20Identity%20Nightly?branchName=master)](https://dev.azure.com/AzureContainerUpstream/AAD%20Pod%20Identity/_build/latest?definitionId=295&branchName=master)
[![codecov](https://codecov.io/gh/Azure/aad-pod-identity/branch/master/graph/badge.svg)](https://codecov.io/gh/Azure/aad-pod-identity)
[![GoDoc](https://godoc.org/github.com/Azure/aad-pod-identity?status.svg)](https://godoc.org/github.com/Azure/aad-pod-identity)
Expand Down
8 changes: 5 additions & 3 deletions website/content/en/docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ menu:
weight: 20
---

> **❗ IMPORTANT**: As mentioned in the [announcement](https://cloudblogs.microsoft.com/opensource/2022/01/18/announcing-azure-active-directory-azure-ad-workload-identity-for-kubernetes/), we are planning to replace AAD Pod Identity with [Azure Workload Identity](https://azure.github.io/azure-workload-identity). Going forward, we will no longer add new features to this project in favor of Azure Workload Identity. However, we will continue patching critical bugs and security vulnerabilities until further notice.

AAD Pod Identity enables Kubernetes applications to access cloud resources securely with [Azure Active Directory](https://azure.microsoft.com/en-us/services/active-directory/) using User-assigned managed identity and Service Principal.

> Note: Configuring system-assigned managed identity with AAD Pod Identity to access cloud resources is not supported.
Expand Down Expand Up @@ -95,7 +97,7 @@ However, for future `AzureIdentity` and `AzureIdentityBinding` created using v1.
### `AzureIdentity`

| < 1.6.0 | >= 1.6.0 |
|------------------|------------------|
| ---------------- | ---------------- |
| `ClientID` | `clientID` |
| `ClientPassword` | `clientPassword` |
| `ResourceID` | `resourceID` |
Expand All @@ -104,14 +106,14 @@ However, for future `AzureIdentity` and `AzureIdentityBinding` created using v1.
### `AzureIdentityBinding`

| < 1.6.0 | >= 1.6.0 |
|-----------------|-----------------|
| --------------- | --------------- |
| `AzureIdentity` | `azureIdentity` |
| `Selector` | `selector` |

### `AzurePodIdentityException`

| < 1.6.0 | >= 1.6.0 |
|-------------|-------------|
| ----------- | ----------- |
| `PodLabels` | `podLabels` |


Expand Down