Skip to content

Commit

Permalink
Fix Set Policy on Groups with spaces (#3453)
Browse files Browse the repository at this point in the history
  • Loading branch information
cesnietor authored Oct 28, 2024
1 parent 8c1ecae commit dc19984
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 17 deletions.
File renamed without changes.
6 changes: 2 additions & 4 deletions api/embedded_spec.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 0 additions & 11 deletions models/iam_entity.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3706,7 +3706,6 @@ definitions:

iamEntity:
type: string
pattern: '^[\w+=,.@-]{1,64}$'

addPolicyRequest:
type: object
Expand Down
1 change: 0 additions & 1 deletion web-app/src/api/consoleApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ export interface SetPolicyMultipleNameRequest {
groups?: IamEntity[];
}

/** @pattern ^[\w+=,.@-]{1,64}$ */
export type IamEntity = string;

export interface AddPolicyRequest {
Expand Down

0 comments on commit dc19984

Please sign in to comment.