Skip to content

Commit

Permalink
Change consul SI tokens to be local
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgemarey authored and shoenig committed Apr 15, 2022
1 parent b43de99 commit b1bca7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nomad/consul.go
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ func (c *consulACLsAPI) CreateToken(ctx context.Context, sir ServiceIdentityRequ
Description: sir.Description(),
ServiceIdentities: []*api.ACLServiceIdentity{{ServiceName: service}},
Namespace: sir.ConsulNamespace,
Local: true,
}

// Ensure we are under our rate limit.
Expand Down

0 comments on commit b1bca7b

Please sign in to comment.