MCPcopy Index your code
hub / github.com/smallstep/cli / withRedirectURL

Function withRedirectURL

utils/cautils/bootstrap.go:83–87  ·  view source on GitHub ↗
(r string)

Source from the content-addressed store, hash-verified

81}
82
83func withRedirectURL(r string) bootstrapOption {
84 return func(bc *bootstrapContext) {
85 bc.redirectURL = r
86 }
87}
88
89type bootstrapConfig struct {
90 CA string `json:"ca-url"`

Callers 2

BootstrapTeamAuthorityFunction · 0.85
BootstrapAuthorityFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…