Uploaded image for project: 'Project Quay'
  1. Project Quay
  2. PROJQUAY-9618

Quay 3.16.0 API Doc should document new API "/v1/superuser/apptokens"

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Critical Critical
    • None
    • quay-v3.16.0
    • documentation

      Description:

      This is a document issue of Quay 3.16.0 API Doc, in Quay 3.16.0 there's a new API introduced to list all app tokens of whole Quay Registry, hence need to update Quay API Doc to include this new API.

      Quay Code:

      https://github.com/quay/quay/blob/master/endpoints/api/superuser.py#L1236 

      @resource("/v1/superuser/apptokens")
      @show_if(features.APP_SPECIFIC_TOKENS)
      @show_if(features.SUPER_USERS)
      class SuperUserAppTokens(ApiResource):
              raise Unauthorized() 

              rhn-support-stevsmit Steven Smith
              lzha1981 luffy zhang
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: