MCPcopy Create free account
hub / github.com/clouditor/clouditor / JWKSURL

Function JWKSURL

internal/testutil/auth.go:49–51  ·  view source on GitHub ↗
(port uint16)

Source from the content-addressed store, hash-verified

47}
48
49func JWKSURL(port uint16) string {
50 return fmt.Sprintf("http://localhost:%d/v1/auth/certs", port)
51}
52
53func TokenURL(port uint16) string {
54 return fmt.Sprintf("http://localhost:%d/v1/auth/token", port)

Callers 3

RunCLITestFuncFunction · 0.92
TestAuthConfig_AuthFuncFunction · 0.92
TestMainFunction · 0.92

Calls

no outgoing calls

Tested by 2

TestAuthConfig_AuthFuncFunction · 0.74
TestMainFunction · 0.74