Skip to content

Commit

Permalink
Added wif access method
Browse files Browse the repository at this point in the history
  • Loading branch information
renan-campos committed Aug 29, 2024
1 parent f804bb9 commit e404679
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions model/clusters_mgmt/v1/wif_service_account_type.model
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ struct WifServiceAccount {

enum WifAccessMethod {
Impersonate
Vm
Wif
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ struct WifServiceAccount {

enum WifAccessMethod {
Impersonate
Vm
Wif
}

Expand Down

0 comments on commit e404679

Please sign in to comment.