You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A consul certificate store is configured with a URL which points to a
key in the KV store which stores the certificates. This URL can be
secured with a consul auth token which is appended to the URL with
?token=xxx. When parsing the key name from the URL the token and other
parameters are not removed producing an invalid key in the KV store.
This patch fixes this and strips off the token and other parameters.
When a URL for a consul certificate store contains a token then this token is not stripped off properly. Therefore, this URL does not work:
The text was updated successfully, but these errors were encountered: