Skip to content

Commit

Permalink
Merge pull request #975 from JakobGray/roleprefix
Browse files Browse the repository at this point in the history
OCM-10458 | Add new field RolePrefix to WifGcp
  • Loading branch information
renan-campos authored Aug 26, 2024
2 parents 4435f3c + 3d3995c commit 5af47e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions model/clusters_mgmt/v1/wif_config_type.model
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ struct WifGcp {
ProjectId String
// This represents the GCP project number in which the wif resources will be configured.
ProjectNumber String
// Prefix for naming GCP custom roles configured.
RolePrefix String
// The list of service accounts and their associated roles that will need to be
// configured on the user's GCP project.
ServiceAccounts []WifServiceAccount
Expand Down

0 comments on commit 5af47e0

Please sign in to comment.