Skip to content

Commit 95a26f5

Browse files
authored
docs(authentication): add disclaimer about authentication methods testing (#716)
This PR adds a disclaimer to the object stores documentation clarifying that the Barman Cloud Plugin does not independently test all authentication methods supported by barman-cloud. The plugin's responsibility is limited to passing the provided credentials to barman-cloud, which then handles authentication according to its own implementation. This documentation change was decided by the maintainers as part of the discussion around Azure Default Credentials support (#662). Signed-off-by: Marco Nenciarini <[email protected]>
1 parent 2c134ea commit 95a26f5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

web/docs/object_stores.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,16 @@ the specific object storage provider you are using.
2929

3030
The following sections detail the setup for each.
3131

32+
:::note Authentication Methods
33+
The Barman Cloud Plugin does not independently test all authentication methods
34+
supported by `barman-cloud`. The plugin's responsibility is limited to passing
35+
the provided credentials to `barman-cloud`, which then handles authentication
36+
according to its own implementation. Users should refer to the
37+
[Barman Cloud documentation](https://docs.pgbarman.org/release/latest/) to
38+
verify that their chosen authentication method is supported and properly
39+
configured.
40+
:::
41+
3242
---
3343

3444
## AWS S3

0 commit comments

Comments
 (0)