Skip to content

Commit

Permalink
bug: fix address for fulcio (#760)
Browse files Browse the repository at this point in the history
Signed-off-by: Asra Ali <asraa@google.com>

Signed-off-by: Asra Ali <asraa@google.com>
Co-authored-by: laurentsimon <64505099+laurentsimon@users.noreply.github.com>
  • Loading branch information
asraa and laurentsimon committed Aug 23, 2022
1 parent b7907b0 commit 23923c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions signing/sigstore/fulcio.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ import (
)

const (
defaultFulcioAddr = "https://v1.fulcio.sigstore.dev"
defaultOIDCIssuer = "https://oauth2.sigstore.dev/auth"
defaultFulcioAddr = options.DefaultFulcioURL
defaultOIDCIssuer = options.DefaultOIDCIssuerURL
defaultOIDCClientID = "sigstore"
)

Expand Down

0 comments on commit 23923c3

Please sign in to comment.