Fix test.
This commit is contained in:
parent
96b6989658
commit
89b216c21e
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ func getTestProvisioner(t *testing.T, caURL string) *Provisioner {
|
|||
name: "mariano",
|
||||
kid: "FLIV7q23CXHrg75J2OSbvzwKJJqoxCYixjmsJirneOg",
|
||||
audience: client.endpoint.ResolveReference(&url.URL{Path: "/1.0/sign"}).String(),
|
||||
sshAudience: client.endpoint.ResolveReference(&url.URL{Path: "/1.0/ssh/sign"}).String(),
|
||||
fingerprint: x509util.Fingerprint(cert),
|
||||
jwk: jwk,
|
||||
tokenLifetime: 5 * time.Minute,
|
||||
|
|
Loading…
Reference in a new issue