Actions
User story #17065
closedMake the generic method usable without token
Pull Request:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
To do
Fix check:
To do
Regression:
Description
Authentication through a token is optional in Consul, and we probably need to allow easily using public value in the method.
When there is no token
entry in the consul config, the method should not pass the token header in the HTTP call.
Actions