Skip to content

Commit dc19984

Browse files
authored
Fix Set Policy on Groups with spaces (#3453)
1 parent 8c1ecae commit dc19984

File tree

5 files changed

+2
-17
lines changed

5 files changed

+2
-17
lines changed
File renamed without changes.

api/embedded_spec.go

+2-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

models/iam_entity.go

-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

swagger.yml

-1
Original file line numberDiff line numberDiff line change
@@ -3706,7 +3706,6 @@ definitions:
37063706

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

37113710
addPolicyRequest:
37123711
type: object

web-app/src/api/consoleApi.ts

-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ export interface SetPolicyMultipleNameRequest {
208208
groups?: IamEntity[];
209209
}
210210

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

214213
export interface AddPolicyRequest {

0 commit comments

Comments
 (0)