Skip to main content

outposts_service_connections_kubernetes_update

PUT 

/api/v3//outposts/service_connections/kubernetes/:uuid/

KubernetesServiceConnection Viewset

Request

Path Parameters

    uuid uuidrequired

    A UUID string identifying this Kubernetes Service-Connection.

Bodyrequired

    namestringrequired

    Possible values: non-empty

    localboolean

    If enabled, use the local connection. Required Docker socket/Kubernetes Integration

    kubeconfig

    Paste your kubeconfig here. authentik will automatically use the currently selected context.

    verify_sslboolean

    Verify SSL Certificates of the Kubernetes API endpoint

Responses

Schema
    pkuuidrequired
    namestringrequired
    localboolean

    If enabled, use the local connection. Required Docker socket/Kubernetes Integration

    componentstringrequired
    verbose_namestringrequired

    Return object's verbose_name

    verbose_name_pluralstringrequired

    Return object's plural verbose_name

    meta_model_namestringrequired

    Return internal model name

    kubeconfig

    Paste your kubeconfig here. authentik will automatically use the currently selected context.

    verify_sslboolean

    Verify SSL Certificates of the Kubernetes API endpoint

Authorization: http

name: authentiktype: httpscheme: bearer

Request Collapse all
Base URL
/api/v3
Auth
Parameters
— pathrequired
Body required
{
  "name": "string",
  "local": true,
  "verify_ssl": true
}