Skip to content

Commit

Permalink
Merge pull request #542 from zgalor/sts_fields
Browse files Browse the repository at this point in the history
Add missing STS fields
  • Loading branch information
zgalor authored Apr 12, 2022
2 parents 793892c + 3e1d365 commit 6d25d3e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions model/clusters_mgmt/v1/sts_type.model
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,13 @@ struct STS {

// Instance IAM roles to use for the instance profiles of the master and worker instances
InstanceIAMRoles InstanceIAMRoles

// Auto creation mode for cluster - OCM will create the operator roles and OIDC provider. false by default.
AutoMode Boolean

// Optional user provided prefix for operator roles.
OperatorRolePrefix String

// Optional user provided permission boundary.
PermissionBoundary String
}

0 comments on commit 6d25d3e

Please sign in to comment.