]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw/auth: Remove legacy Keystone admin token 62201/head
authorTobias Urdin <tobias.urdin@binero.com>
Mon, 10 Mar 2025 14:13:10 +0000 (15:13 +0100)
committerTobias Urdin <tobias.urdin@binero.com>
Mon, 18 Aug 2025 15:25:06 +0000 (17:25 +0200)
commit6d058963adffbfcd270191e595ec539996cd71b9
treeee9d3036d772369cbb2f6f202cc7e3557dce1c96
parent1aabc149d92dd8446a7372d60e05d7ffa5da1a98
rgw/auth: Remove legacy Keystone admin token

The legacy hardcoded admin token in the Keystone
configuration is removed since several years and
is not possible or supported anymore.

The only supported way is to authenticate with a
username and password to retrieve a token that is
valid for a specified amount of time.

Signed-off-by: Tobias Urdin <tobias.urdin@binero.com>
doc/radosgw/config-ref.rst
src/common/options/rgw.yaml.in
src/rgw/rgw_appmain.cc
src/rgw/rgw_keystone.cc
src/rgw/rgw_keystone.h