Skip to content

Commit

Permalink
Merge pull request #709 from gdbranco/feat/sda-8611-fix
Browse files Browse the repository at this point in the history
 [SDA-8611] fix: Update cluster creation flow to use oidc-config-id
  • Loading branch information
gdbranco authored Mar 24, 2023
2 parents cf0da43 + c161179 commit 40123d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

This document describes the relevant changes between releases of the API model.

## 0.0.268 Mar 24 2023
- Replace `OidcConfigId` for `OidcConfig` in `STS` resource.

## 0.0.267 Mar 24 2023
- Add `OidcConfigId` to `STS` resource.
- Remove `OidcPrivateKeySecretArn` from `STS` resource.
Expand Down
4 changes: 2 additions & 2 deletions model/clusters_mgmt/v1/sts_type.model
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ struct STS {
// If true, cluster account and operator roles have managed policies attached.
ManagedPolicies Boolean

// Registered Oidc Config ID, if available holds information related to the oidc config
OidcConfigId String
// Registered Oidc Config, if available holds information related to the oidc config
OidcConfig OidcConfig
}

0 comments on commit 40123d9

Please sign in to comment.