Bug 2316598 - [RFE] RGW User Keys creation date info
Summary: [RFE] RGW User Keys creation date info
Keywords:
Status: VERIFIED
Alias: None
Product: Red Hat Ceph Storage
Classification: Red Hat Storage
Component: RGW
Version: 7.1
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: 8.1
Assignee: Jiffin
QA Contact: Madhavi Kasturi
Rivka Pollack
URL:
Whiteboard:
Depends On:
Blocks: 2351689
TreeView+ depends on / blocked
 
Reported: 2024-10-05 08:08 UTC by daniel parkes
Modified: 2025-06-04 10:02 UTC (History)
7 users (show)

Fixed In Version: ceph-19.2.1-2.el9cp
Doc Type: Enhancement
Doc Text:
.Creation dates are now added as part of user keys With this enhancement, when keys are added to a user, a creation stamp is now attached to it. As a result, keys are removed in the proper order when credentials are rotated.
Clone Of:
Environment:
Last Closed: 2024-11-01 13:14:48 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHCEPH-9916 0 None None None 2024-10-05 08:10:47 UTC

Description daniel parkes 2024-10-05 08:08:26 UTC
Description of problem:

Ceph as a service.

Currently, when listing user credentials, they come back in alphabetical order and without a creation date. We would like to show the access key list on our UI in order of when they were created. If the creation date was included in the information provided by the listing, we could use that to sort and would also be helpful information to have on our UI.

 

Example of what Ceph provides today:

        {
            "user": "default",
            "access_key": "H1MHOVDQBTJWZPW40SM8",
            "secret_key": "QBPu1CGcEESPVtuQIy4Bek4AdJse4D5bZd68udaJ"
        },
        {
            "user": "default",
            "access_key": "I43RJZ4BIGH0361B6IFK",
            "secret_key": "lckMiUP6eCpc572FB9EoABBL7EdfQ7fL0JESSeV4"
        },
        {
            "user": "default",
            "access_key": "LYQTBASE098HBBTJ2D3Y",
            "secret_key": "rBoMyh82muf6S5gknwcayejxxEWfA7TFqGUVAPmZ"
        },
        {
            "user": "default",
            "access_key": "New-credential",
            "secret_key": "mxRDJClAbbbbuagjD8MGZeDPE0Z0GRL61GoOQGAj"
        },
        {
            "user": "default",
            "access_key": "a",
            "secret_key": "uQK2IdzqHLDSIp0CE65ZlAd3GuHvGD90HbFMnBpJ"
        },
        {
            "user": "default",
            "access_key": "awstesting",
            "secret_key": "ovqgmslcRtKi0WgAkbFDJtKs6X1Z8bsniBz9XpCb"
        },
        {
            "user": "default",
            "access_key": "cdjohnson-s3-1",
            "secret_key": "ibIxlAR9LCCoOqhufXeSi4yd1B77BU3tsAOQU02v"
        },
        {
            "user": "default",
            "access_key": "mammoth",
            "secret_key": "E55YDWpHB15spZjoZHkgC9SDkzpqsLBBub0WxIix"
        },
        {
            "user": "default",
            "access_key": "okthere",
            "secret_key": "yZ6IqGplEzxOCiPXJe2e4wAUMz77rDc3bLFEmyu0"
        },
        {
            "user": "default",
            "access_key": "s3testing",
            "secret_key": "AAZU3ESVJCcsDmq7u7ihac18GIRIi49bsSLIwyMZ"
        },
        {
            "user": "default",
            "access_key": "test1",
            "secret_key": "0WxBEAhNDQ0tvPOg2NnmoDuGxVeVO5K0BxBXz6bI"
        },


Note You need to log in before you can comment on or make changes to this bug.