Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 108 for extfake (0.26 sec)

  1. staging/src/k8s.io/api/testdata/v1.29.0/authentication.k8s.io.v1.SelfSubjectReview.json

          }
        ]
      },
      "status": {
        "userInfo": {
          "username": "usernameValue",
          "uid": "uidValue",
          "groups": [
            "groupsValue"
          ],
          "extra": {
            "extraKey": [
              "extraValue"
            ]
          }
        }
      }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.30.0/authentication.k8s.io.v1.SelfSubjectReview.json

          }
        ]
      },
      "status": {
        "userInfo": {
          "username": "usernameValue",
          "uid": "uidValue",
          "groups": [
            "groupsValue"
          ],
          "extra": {
            "extraKey": [
              "extraValue"
            ]
          }
        }
      }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  3. samples/jwt-server/testdata/README.MD

    ### Creating Server Certificate
    ```
    openssl req -newkey rsa:2048 -nodes -keyout server.key -subj "/C=US/ST=AZ/O=Acme, Inc./CN=*.com" -out server.csr
    ```
    
    ### Signing Certificate with CA
    ```
    openssl x509 -req -extfile <(printf "subjectAltName=DNS:jwt-server,DNS:localhost") -days 3650 -in server.csr -CA ca.crt -CAkey ca.key -CAcreateserial -out server.crt
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 12 01:55:25 UTC 2022
    - 566 bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ProjectDependenciesIntegrationTest.groovy

            createDirs("impl")
            settingsFile << "include 'impl'"
            buildFile << """
                allprojects { configurations.create('conf') }
                task extraKey {
                    doLast {
                        dependencies.project(path: ":impl", configuration: ":conf", foo: "bar")
                    }
                }
                task missingPath {
                    doLast {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 05 02:37:37 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.29.0/authentication.k8s.io.v1beta1.SelfSubjectReview.json

          }
        ]
      },
      "status": {
        "userInfo": {
          "username": "usernameValue",
          "uid": "uidValue",
          "groups": [
            "groupsValue"
          ],
          "extra": {
            "extraKey": [
              "extraValue"
            ]
          }
        }
      }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/plugin/pkg/authorizer/webhook/gencerts.sh

    # Create a client certiticate
    openssl genrsa -out clientKey.pem 2048
    openssl req -new -key clientKey.pem -out client.csr -subj "/CN=webhook_authz_client" -config client.conf
    openssl x509 -req -in client.csr -CA caCert.pem -CAkey caKey.pem -CAcreateserial -out clientCert.pem -days 100000 -extensions v3_req -extfile client.conf
    
    outfile=certs_test.go
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Feb 23 02:28:04 UTC 2019
    - 3.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.29.0/authorization.k8s.io.v1.SubjectAccessReview.json

        },
        "nonResourceAttributes": {
          "path": "pathValue",
          "verb": "verbValue"
        },
        "user": "userValue",
        "groups": [
          "groupsValue"
        ],
        "extra": {
          "extraKey": [
            "extraValue"
          ]
        },
        "uid": "uidValue"
      },
      "status": {
        "allowed": true,
        "denied": true,
        "reason": "reasonValue",
        "evaluationError": "evaluationErrorValue"
      }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/HEAD/authorization.k8s.io.v1.LocalSubjectAccessReview.json

        },
        "nonResourceAttributes": {
          "path": "pathValue",
          "verb": "verbValue"
        },
        "user": "userValue",
        "groups": [
          "groupsValue"
        ],
        "extra": {
          "extraKey": [
            "extraValue"
          ]
        },
        "uid": "uidValue"
      },
      "status": {
        "allowed": true,
        "denied": true,
        "reason": "reasonValue",
        "evaluationError": "evaluationErrorValue"
      }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 06 21:25:20 UTC 2022
    - 1.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/HEAD/authorization.k8s.io.v1beta1.SubjectAccessReview.json

        },
        "nonResourceAttributes": {
          "path": "pathValue",
          "verb": "verbValue"
        },
        "user": "userValue",
        "group": [
          "groupValue"
        ],
        "extra": {
          "extraKey": [
            "extraValue"
          ]
        },
        "uid": "uidValue"
      },
      "status": {
        "allowed": true,
        "denied": true,
        "reason": "reasonValue",
        "evaluationError": "evaluationErrorValue"
      }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 06 21:25:20 UTC 2022
    - 1.8K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.30.0/authorization.k8s.io.v1.LocalSubjectAccessReview.json

        },
        "nonResourceAttributes": {
          "path": "pathValue",
          "verb": "verbValue"
        },
        "user": "userValue",
        "groups": [
          "groupsValue"
        ],
        "extra": {
          "extraKey": [
            "extraValue"
          ]
        },
        "uid": "uidValue"
      },
      "status": {
        "allowed": true,
        "denied": true,
        "reason": "reasonValue",
        "evaluationError": "evaluationErrorValue"
      }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1.8K bytes
    - Viewed (0)
Back to top