Skip to content

Commit

Permalink
Even for stubs, default to RequireToken.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbockelm authored Sep 8, 2023
1 parent 60f627f commit 2364c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion origin_ui/advertise.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func AdvertiseOrigin() error {
// TODO: Need to figure out where to get some of these values
// so that they aren't hardcoded...
nsAd := director.NamespaceAd{
RequireToken: false,
RequireToken: true,
Path: prefix,
Issuer: *namespaceUrl,
MaxScopeDepth: 3,
Expand Down

0 comments on commit 2364c81

Please sign in to comment.