From 2364c817868425d66ec1924eb2855b48af38fbf7 Mon Sep 17 00:00:00 2001 From: Brian P Bockelman Date: Fri, 8 Sep 2023 16:55:43 -0500 Subject: [PATCH] Even for stubs, default to `RequireToken`. --- origin_ui/advertise.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/origin_ui/advertise.go b/origin_ui/advertise.go index b72bc5679..d9d02b7ed 100644 --- a/origin_ui/advertise.go +++ b/origin_ui/advertise.go @@ -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,