Authorization header instruction for the audit log webhook configuration

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Unresolved
    • Component/s: Audit Log
    • None
    • 6

      Issue Summary

      Authorization header instruction for the audit log webhook configuration is not very clear.

      Steps to Reproduce

      1. Go to Security > Audit log > Audit log settings > Webhook
      2. Follow the instruction to setup the webhook authorization

      Optionally enter secure authorization credentials to authenticate a user agent with a server, allowing access to a protected resource. Encode the username and password as Authorization: Basic [credentials].

      Actual Results

      Entering any of the following format in the configuration page will cause authorization failures.

      Authorization: Basic TOKEN
      Authorization: Bearer TOKEN
      TOKEN 

      Workaround

      Enter either a basic token or bearer token in the Authorization Header field in the following format :

      Basic TOKEN 
      Bearer TOKEN

      Suggestion

      Please improve the instructions on setting up the authorization header for audit log webhooks.

       

            Assignee:
            Unassigned
            Reporter:
            Ramon M (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: