• Devan Goodwin's avatar
    Add standalone kube-discovery JWS discovery API. · d17a236a
    Devan Goodwin authored
    This is a standalone pod which will be configured by kubeadm for the
    time being. A token ID/token map, endpoints list, and CA cert are
    provided as secrets.
    
    Callers request the cluster info by shared secret (token ID), and if the
    token ID matches a JWS signed payload is returned using the other half
    of the shared secret to validate.
    d17a236a
routes.go 1.08 KB