Skip to content
Snippets Groups Projects
Verified Commit 589c7ce6 authored by Daniel Göbel's avatar Daniel Göbel
Browse files

Fix wrong secret key injection into RGWAdmin

#51
parent eb3a3bf9
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ s3_resource: ServiceResource = resource(
)
rgw = RGWAdmin(
access_key=settings.USER_CEPH_ACCESS_KEY,
secret_key=settings.USER_CEPH_ACCESS_KEY,
secret_key=settings.USER_CEPH_SECRET_KEY,
secure=settings.OBJECT_GATEWAY_URI.startswith("https"),
server=settings.OBJECT_GATEWAY_URI.split("://")[-1],
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment