Skip to content

Commit

Permalink
Document upcoming 2.2.0 breaking change (#3036)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthchr authored Jun 1, 2023
1 parent 63e8ae1 commit 9295eea
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/hugo/content/guide/breaking-changes/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ You can easily swap from a `v1beta` version to a `v1api` version by just replaci

## Released Breaking Changes

### Upcoming breaking changes
* AKS ManagedClusterServicePrincipalProfile.Secret will change from `string` to `genruntime.SecretReference`

### v2.1.0

Breaking changes are:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,12 @@ allowing references to secrets only if the secret is in the same namespace as th
This was a security issue which we had to close.

See [#2919](https://github.com/Azure/azure-service-operator/pull/2919)

## Upcoming breaking changes

### AKS ManagedClusterServicePrincipalProfile.Secret will change from `string` to `genruntime.SecretReference`

We realized that this field contains a secret and as such _should not be specified_. Secrets should not appear in plain
text in CRs. We will be making a breaking change in 2.2.0 to resolve this issue.

**In the meantime:** We strongly recommend you use managed identity (the default) for your clusters.

0 comments on commit 9295eea

Please sign in to comment.