-
- Downloads
Remove API key from path to new log entry (#185)
Since the API key can be specified as an environment variable and could
be thought of as an authentication credential, it should not be included
in the path to the created entry in the log.
Previously we simply appended the new entry's UUID to the full URL,
which was incorrect if an API key was specified as a query parameter.
Fixes #182
Signed-off-by:
Bob Callaway <bcallawa@redhat.com>
Please register or sign in to comment