joe.infor.7685
joe.infor.7685
We are currently deploying Lemur to handle our certs and ran into the same issue with `OAUTH2` authentication using Azure. We deployed the Flask API and the UI separately under...
@havron - Thanks for posting this! We had to change the `"authorization": "basic {0}"` to `"Authorization": "Basic {0}"` as well. https://github.com/Netflix/lemur/blob/26601920820e6138fe78b7d5fc9af18019af5e2b/lemur/auth/views.py#L69 @hosseinsh - Would like to suggest another potential PR...
Hi, this PR was overlooked and we are circling back. We have added the `Authorization` header to our branch, but I don't see an option to re-open. Please let us...