Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

Reverse lookup tenant by cluster/namespace (openshiftio/openshiftio#1389) #476

Merged

Commits on Nov 22, 2017

  1. Reverse lookup tenant by cluster/namespace (openshiftio/openshiftio#1…

    …389)
    
    Added an endpoint for `GET /api/tenants?cluster_url=x&namespace=y`
    The response will be a list of tenants with a single entry, or `404`
    if none was found.
    The request MUST be sent using the SA token.
    
    Fixes openshiftio/openshiftio#1389
    
    Signed-off-by: Xavier Coulon <xcoulon@redhat.com>
    xcoulon committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    96f16b8 View commit details
    Browse the repository at this point in the history
  2. Apply review comments and fixing test failures :/

    Signed-off-by: Xavier Coulon <xcoulon@redhat.com>
    xcoulon committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    b1352fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05df58c View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2017

  1. Configuration menu
    Copy the full SHA
    bdbb91e View commit details
    Browse the repository at this point in the history