Skip to content

Commit

Permalink
fix ttl to default
Browse files Browse the repository at this point in the history
  • Loading branch information
lenfree committed Aug 29, 2019
1 parent f6264c8 commit 0969317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatekeeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ func (g *Gatekeeper) bypassSchedulerCheck(providerKey string, requestedRole stri
RoleId: roleId,
SecretId: secretId,
Endpoint: g.config.Vault.AppRoleMount,
Wrap: 100 * time.Minute,
Wrap: 1 * time.Minute,
}
if token, err := uns.Token(); err == nil {
g.metrics.Success()
Expand Down

0 comments on commit 0969317

Please sign in to comment.