Skip to content

Commit

Permalink
Merge branch 'sso/gh-13120-oidc-login' into f-sso-binding-rules-evalu…
Browse files Browse the repository at this point in the history
…ation-jrasell-additions
  • Loading branch information
jrasell committed Jan 11, 2023
2 parents f3b4ed1 + 4cd60c3 commit 49bd568
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nomad/structs/acl.go
Original file line number Diff line number Diff line change
Expand Up @@ -833,8 +833,8 @@ func (a *ACLAuthMethodConfig) Copy() *ACLAuthMethodConfig {
// can be used with go-bexpr. This structure is used during rule binding
// evaluation.
type ACLAuthClaims struct {
Value any
List any
Value map[string]string
List map[string][]string
}

// ACLAuthMethodStub is used for listing ACL auth methods
Expand Down

0 comments on commit 49bd568

Please sign in to comment.