]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: make keystone work without admin token(service ac requirement) 64201/head
authorDeepika Upadhyay <deepika.upadhyay@clyso.com>
Mon, 28 Oct 2024 09:19:52 +0000 (14:49 +0530)
committerDeepika <deepika.upadhyay@clyso.com>
Thu, 26 Jun 2025 07:19:13 +0000 (07:19 +0000)
commit0ab224550f06ddb395fbe1635dd9488d9437c2d5
tree6fdb8a0474bd1b1eb64ab89e33cac0352b927257
parent1e8447e819e59496c86c205a70e3f1c9933cc090
rgw: make keystone work without admin token(service ac requirement)

Ceph RGW admin credentials must not be a requirement.
Both ec2 auth and keystone token validation work without an admin token.

And the user token verification will use its own token. The only
requirement for the service admin user token is the allow_expired, but
in our case we don't use this parameter.

fixes: https://tracker.ceph.com/issues/68327

Co-authored-by: @kayrus
Signed-off-by: Deepika Upadhyay <deepika.upadhyay@clyso.com>
(cherry picked from commit 55ce1782e159190fd9202b6e270a1a2c470b0626)
src/rgw/rgw_auth_keystone.cc