Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for getServiceAccountIssuerOpenIDConfiguration (0.64 sec)

  1. api/openapi-spec/v3/.well-known__openid-configuration_openapi.json

      "paths": {
        "/.well-known/openid-configuration/": {
          "get": {
            "description": "get service account issuer OpenID configuration, also known as the 'OIDC discovery doc'",
            "operationId": "getServiceAccountIssuerOpenIDConfiguration",
            "responses": {
              "200": {
                "content": {
                  "application/json": {
                    "schema": {
                      "type": "string"
                    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 30 00:49:56 UTC 2022
    - 987 bytes
    - Viewed (0)
  2. pkg/routes/openidmetadata.go

    		cfg.GET("").
    			To(fromStandard(s.serveConfiguration)).
    			Doc("get service account issuer OpenID configuration, also known as the 'OIDC discovery doc'").
    			Operation("getServiceAccountIssuerOpenIDConfiguration").
    			// Just include the OK, doesn't look like we include Internal Error in our openapi-spec.
    			Returns(http.StatusOK, "OK", ""))
    	c.Add(cfg)
    
    	// JWKS WebService
    	jwks := new(restful.WebService).
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 09 18:11:41 UTC 2022
    - 4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

        "/.well-known/openid-configuration/": {
          "get": {
            "description": "get service account issuer OpenID configuration, also known as the 'OIDC discovery doc'",
            "operationId": "getServiceAccountIssuerOpenIDConfiguration",
            "produces": [
              "application/json"
            ],
            "responses": {
              "200": {
                "description": "OK",
                "schema": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  4. api/openapi-spec/swagger.json

        "/.well-known/openid-configuration/": {
          "get": {
            "description": "get service account issuer OpenID configuration, also known as the 'OIDC discovery doc'",
            "operationId": "getServiceAccountIssuerOpenIDConfiguration",
            "produces": [
              "application/json"
            ],
            "responses": {
              "200": {
                "description": "OK",
                "schema": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  5. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

        "/.well-known/openid-configuration/": {
          "get": {
            "description": "get service account issuer OpenID configuration, also known as the 'OIDC discovery doc'",
            "operationId": "getServiceAccountIssuerOpenIDConfiguration",
            "produces": [
              "application/json"
            ],
            "responses": {
              "200": {
                "description": "OK",
                "schema": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
Back to top