Created
July 20, 2022 12:58
-
-
Save leseb/f431dc200c71f8f7a64446822fe3052d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
debug 2022-07-20T12:43:59.262+0000 7f999b93b700 1 ====== starting new request req=0x7f9a58b12650 ===== | |
debug 2022-07-20T12:43:59.266+0000 7f999412c700 1 ====== req done req=0x7f9a58b12650 op status=0 http_status=200 latency=0.003999975s ====== | |
debug 2022-07-20T12:43:59.266+0000 7f999412c700 1 beast: 0x7f9a58b12650: 172.17.0.1 - rook-ceph-internal-s3-user-checker-8f04e2b7-be8a-473f-8181-83f0eb753389 [20/Jul/2022:12:43:59.262 +0000] "PUT /rook-ceph-bucket-checker-8f04e2b7-be8a-473f-8181-83f0eb753389 HTTP/1.1" 200 0 - "aws-sdk-go/1.40.21 (go1.17.11; linux; amd64)" - latency=0.003999975s |
Output of:
[rook@rook-ceph-operator-6bb9c9554f-tbd72 rook-ceph]$ radosgw-admin --conf rook-ceph.config user info --uid=rook-ceph-internal-s3-user-checker-8f04e2b7-be8a-473f-8181-83f0eb753389
See:
{
"user_id": "rook-ceph-internal-s3-user-checker-8f04e2b7-be8a-473f-8181-83f0eb753389",
"display_name": "rook-ceph-internal-s3-user-checker-8f04e2b7-be8a-473f-8181-83f0eb753389",
"email": "",
"suspended": 0,
"max_buckets": 1000,
"subusers": [],
"keys": [
{
"user": "rook-ceph-internal-s3-user-checker-8f04e2b7-be8a-473f-8181-83f0eb753389",
"access_key": "ZU5LOLYG4W8AS3SQ54HG",
"secret_key": "5vP4AmVnB0rxVnD5AodrvKCAKmavoc2Uoq81Nwca"
}
],
"swift_keys": [],
"caps": [],
"op_mask": "read, write, delete",
"default_placement": "",
"default_storage_class": "",
"placement_tags": [],
"bucket_quota": {
"enabled": false,
"check_on_raw": false,
"max_size": -1,
"max_size_kb": 0,
"max_objects": -1
},
"user_quota": {
"enabled": false,
"check_on_raw": false,
"max_size": -1,
"max_size_kb": 0,
"max_objects": -1
},
"temp_url_keys": [],
"type": "rgw",
"mfa_ids": []
}
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
how to translate
rook-ceph-internal-s3-user-checker-8f04e2b7-be8a-473f-8181-83f0eb753389
to s3 id?