### Option: Plugins.Ceph.InsecureSkipVerify
# InsecureSkipVerify controls whether an HTTP client verifies the server's certificate chain and host name.
# If InsecureSkipVerify is true, TLS accepts any certificate presented by the server and any host name
# in that certificate. In this mode, TLS is susceptible to man-in-the-middle attacks.
# This should be used only for testing.
# Plugins.Ceph.InsecureSkipVerify=false
### Option: Plugins.Ceph.KeepAlive
# The amount of time a connection can remain idle before it is closed.
# Plugins.Ceph.KeepAlive=300
### Option: Plugins.Ceph.Timeout
# The maximum amount of time in seconds to wait for a request to be done.
# The timeout includes connection time, any redirects, and reading the response body.
# Plugins.Ceph.Timeout=<Global timeout>
### Option: Plugins.Ceph.Sessions.*.ApiKey
# ApiKey to be used for connection. "*" should be replaced with a session name.
# Plugins.Ceph.Sessions.*.ApiKey=
### Option: Plugins.Ceph.Sessions.*.User
# Username to be used for connection. "*" should be replaced with a session name.
# Plugins.Ceph.Sessions.*.User=
### Option: Plugins.Ceph.Sessions.*.Uri
# Uri to connect. "*" should be replaced with a session name.
# Must matches the URI format.
# The only supported schema is "https".
# Embedded credentials will be ignored.
# Plugins.Ceph.Sessions.*.Uri=
### Option: Plugins.Ceph.Default.ApiKey
# ApiKey to be used for connection. Default value used if no other is specified.
# Plugins.Ceph.Default.ApiKey=
### Option: Plugins.Ceph.Default.User
# Username to be used for connection. Default value used if no other is specified.