Skip to content

Commit

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

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

## 0.0.267 Mar 24 2023
- Add `OidcConfigId` to `STS` resource.
- Remove `OidcPrivateKeySecretArn` from `STS` resource.

## 0.0.266 Mar 17 2023
- Adjust `Oidc Configs` endpoints.

Expand Down
6 changes: 3 additions & 3 deletions model/clusters_mgmt/v1/sts_type.model
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ struct STS {
// Optional user provided permission boundary.
PermissionBoundary String

// Secrets Manager ARN for the OIDC private key key.
OidcPrivateKeySecretArn String

// 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
}

0 comments on commit cf0da43

Please sign in to comment.