Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 78 for keyRing (0.15 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/verification/DependencyVerificationSignatureCheckIntegTest.groovy

            def keyring = newKeyRing()
            keyServerFixture.registerPublicKey(keyring.publicKey)
            def pkId = toHexString(keyring.publicKey.fingerprint)
            createMetadataFile {
                keyServer(keyServerFixture.uri)
                verifySignatures()
                // only the new keyring key is published and available
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 21 14:42:50 UTC 2024
    - 75.1K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/dependency_verification.adoc

    [source,bash]
    ----
    $ gpg --no-default-keyring --keyring gradle/verification-keyring.gpg --recv-keys 8756c4f765c9ac3cb6b85d62379ce192d401ab61
    
    gpg: keybox 'gradle/verification-keyring.gpg' created
    gpg: key 379CE192D401AB61: public key "Bintray (by JFrog) <****>" imported
    gpg: Total number processed: 1
    gpg:               imported: 1
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 07 20:36:31 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/syscall_linux.go

    // command limits the set of keys that can be linked to the keyring, regardless
    // of keyring permissions. The command requires the "setattr" permission.
    //
    // When called with an empty keyType the command locks the keyring, preventing
    // any further keys from being linked to the keyring.
    //
    // The "asymmetric" keyType defines restrictions requiring key payloads to be
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 05:26:45 UTC 2024
    - 77.5K bytes
    - Viewed (0)
  4. gradle/verification-metadata.xml

       the new ones are correct. If any ignored keys are added, attempt to download them from a keyserver
       and follow the steps in documentation to add them to the keyring if found.
       See https://docs.gradle.org/current/userguide/dependency_verification.html#sec:add-ascii-keyring
    
       You have to update all entries that have the "Generated by Gradle" origin. The usual reasons are:
       * Artifact is not signed
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 22:30:36 UTC 2024
    - 90.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1.DaemonSet.json

                    "monitorsValue"
                  ],
                  "image": "imageValue",
                  "fsType": "fsTypeValue",
                  "pool": "poolValue",
                  "user": "userValue",
                  "keyring": "keyringValue",
                  "secretRef": {
                    "name": "nameValue"
                  },
                  "readOnly": true
                },
                "flexVolume": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 53.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1.Deployment.json

                    "monitorsValue"
                  ],
                  "image": "imageValue",
                  "fsType": "fsTypeValue",
                  "pool": "poolValue",
                  "user": "userValue",
                  "keyring": "keyringValue",
                  "secretRef": {
                    "name": "nameValue"
                  },
                  "readOnly": true
                },
                "flexVolume": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 53.7K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/HEAD/apps.v1.Deployment.json

                    "monitorsValue"
                  ],
                  "image": "imageValue",
                  "fsType": "fsTypeValue",
                  "pool": "poolValue",
                  "user": "userValue",
                  "keyring": "keyringValue",
                  "secretRef": {
                    "name": "nameValue"
                  },
                  "readOnly": true
                },
                "flexVolume": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.Deployment.json

                    "monitorsValue"
                  ],
                  "image": "imageValue",
                  "fsType": "fsTypeValue",
                  "pool": "poolValue",
                  "user": "userValue",
                  "keyring": "keyringValue",
                  "secretRef": {
                    "name": "nameValue"
                  },
                  "readOnly": true
                },
                "flexVolume": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.Deployment.json

                    "monitorsValue"
                  ],
                  "image": "imageValue",
                  "fsType": "fsTypeValue",
                  "pool": "poolValue",
                  "user": "userValue",
                  "keyring": "keyringValue",
                  "secretRef": {
                    "name": "nameValue"
                  },
                  "readOnly": true
                },
                "flexVolume": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.PodTemplate.json

                  "monitorsValue"
                ],
                "image": "imageValue",
                "fsType": "fsTypeValue",
                "pool": "poolValue",
                "user": "userValue",
                "keyring": "keyringValue",
                "secretRef": {
                  "name": "nameValue"
                },
                "readOnly": true
              },
              "flexVolume": {
                "driver": "driverValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 50K bytes
    - Viewed (0)
Back to top