Config says auth required: false for workflow service. Code-registered Spec had Required: true, causing 401 for unauthenticated CI tests. Match config intent.
This commit is contained in:
@@ -190,7 +190,7 @@ func GetWorkflowSpec() *Spec {
|
|||||||
TimeoutSeconds: 30,
|
TimeoutSeconds: 30,
|
||||||
},
|
},
|
||||||
Auth: Auth{
|
Auth: Auth{
|
||||||
Required: true,
|
Required: false,
|
||||||
Capability: "workflow:execute",
|
Capability: "workflow:execute",
|
||||||
},
|
},
|
||||||
Retryable: true,
|
Retryable: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user