Skip to content

Commit

Permalink
fixup: AuthPolicy SuccessResponseSpec type
Browse files Browse the repository at this point in the history
  • Loading branch information
guicassolato committed Oct 4, 2023
1 parent 891f0d0 commit edeb139
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/v1beta2/authpolicy_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,12 @@ type WrappedSuccessResponseSpec struct {
}

type HeaderSuccessResponseSpec struct {
SuccessResponseSpec `json:",omitempty"`
SuccessResponseSpec `json:""`
}

type SuccessResponseSpec struct {
SuccessResponseSpec authorinoapi.SuccessResponseSpec `json:""`
CommonAuthRuleSpec `json:""`
authorinoapi.SuccessResponseSpec `json:""`
CommonAuthRuleSpec `json:""`
}

type CallbackSpec struct {
Expand Down

0 comments on commit edeb139

Please sign in to comment.