Skip to content

Commit

Permalink
obox: azure: Replace SHARED_KEY with SHARED_KEY_BASE64
Browse files Browse the repository at this point in the history
This is meant to clarify that the SHARED_KEY should be provided base64
encoded.
  • Loading branch information
vmo69 committed Dec 8, 2023
1 parent f7205e6 commit 7546a62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/configuration_manual/mail_location/obox/azure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ example configuration.
plugin {
# Basic configuration:
obox_fs = azure:https://ACCOUNTNAME:SHARED_KEY@CONTAINERNAME.blob.core.windows.net/
obox_fs = azure:https://ACCOUNTNAME:SHARED_KEY_BASE64@CONTAINERNAME.blob.core.windows.net/
}
The parameters are:
Expand All @@ -38,7 +38,7 @@ details see :ref:`http_storages`)
plugin {
# Debugging configuration:
obox_fs = azure:https://ACCOUNTNAME:SHARED_KEY@CONTAINERNAME.blob.core.windows.net/?loghdr=x-ms-client-request-id&loghdr=x-ms-request-id
obox_fs = azure:https://ACCOUNTNAME:SHARED_KEY_BASE64@CONTAINERNAME.blob.core.windows.net/?loghdr=x-ms-client-request-id&loghdr=x-ms-request-id
}
This configuration makes sure that the ``x-ms-client-request-id`` header is
Expand Down

0 comments on commit 7546a62

Please sign in to comment.