Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.0.0, 0.23.0, 2.0.0-alpha, 3.0.0-alpha1
-
None
-
None
Description
The RPC client currently uses a token if present, else it falls back to authentication. This creates an ambiguity in the client if SIMPLE auth is allowed to use tokens. A task will continue to run if the task loses its tokens because it will fallback to SIMPLE auth - this would be a bug. There should be a means to specify that tasks must use tokens to avoid the ambiguity.