Bug #12464
Keys generated via radosgw-admin don't always work.
0%
Description
Randomly generated a couple sets of keys with:
radosgw-admin key create --uid=USERNAME --gen-access-key
An example of a generated key:
"access_key": "W7SWL61GTDJ6NQ0UBSTH",
"secret_key": "vGY5XNFSYHXI\/bhXyHGnYeIIt193XC4zTJ0SlKKQ"
This key was non functional, however a key generated without "\/" was entirely functional.
I believe this is a character issue?
Versions:
librados2-0.94.2-0.el7.x86_64
ceph-radosgw-0.94.2-0.el7.x86_64
python-rados-0.94.2-0.el7.x86_64
radosgw-agent-1.2.2-0.el7.noarch
History
#1 Updated by huang jun about 8 years ago
if there is "\" in the secret_key, please remove it and try again, it's a escape character.
#2 Updated by Abhishek Lekshmanan about 8 years ago
The "\" essentially only comes by the output json printer... as huang mentioned, the key without "\" should work fine
#3 Updated by Abhishek Lekshmanan about 7 years ago
- Status changed from New to Rejected
also newer versions of radosgw-admin creates secret keys without slashes, so will not be an issue anymore
#4 Updated by John Spray over 5 years ago
- Project changed from Ceph to rgw
- Category deleted (
22)
Bulk reassign of radosgw category to RGW project.