Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 126 for Signing (0.18 sec)

  1. platforms/documentation/docs/src/docs/userguide/dep-man/06-publishing/signing_plugin.adoc

    include::sample[dir="snippets/signing/conditional/groovy",files="build.gradle[tags=conditional-signing]"]
    ====
    
    In this example, we only want to require signing if we are building a release version and we are going to publish it.
    Because we are inspecting the task graph to determine if we are going to be publishing, we must set the `signing.required` property to a closure to defer the evaluation.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 14.4K bytes
    - Viewed (0)
  2. platforms/software/signing/src/integTest/groovy/org/gradle/plugins/signing/SigningPublicationsIntegrationSpec.groovy

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.plugins.signing
    
    import org.gradle.test.fixtures.file.TestFile
    import spock.lang.Issue
    
    class SigningPublicationsIntegrationSpec extends SigningIntegrationSpec {
    
        def "signs single Maven publication"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 09 01:09:32 UTC 2024
    - 26.9K bytes
    - Viewed (0)
  3. cmd/kube-controller-manager/app/certificates.go

    }
    
    func getKubeletServingSignerFiles(config csrsigningconfig.CSRSigningControllerConfiguration) (string, string) {
    	// if any cert/key is set for specific CSR signing loops, then the --cluster-signing-{cert,key}-file are not used for any CSR signing loop.
    	if anySpecificFilesSet(config) {
    		return config.KubeletServingSignerConfiguration.CertFile, config.KubeletServingSignerConfiguration.KeyFile
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 11:28:02 UTC 2023
    - 11.6K bytes
    - Viewed (0)
  4. platforms/software/signing/src/main/java/org/gradle/plugins/signing/SigningExtension.java

    import org.gradle.internal.Cast;
    import org.gradle.plugins.signing.internal.SignOperationInternal;
    import org.gradle.plugins.signing.signatory.Signatory;
    import org.gradle.plugins.signing.signatory.SignatoryProvider;
    import org.gradle.plugins.signing.signatory.internal.gnupg.GnupgSignatoryProvider;
    import org.gradle.plugins.signing.signatory.internal.pgp.InMemoryPgpSignatoryProvider;
    import org.gradle.plugins.signing.signatory.pgp.PgpSignatoryProvider;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 22.3K bytes
    - Viewed (0)
  5. cmd/kubeadm/app/cmd/token_test.go

    		{
    			name:          "valid: empty token",
    			token:         "",
    			usages:        []string{"signing", "authentication"},
    			extraGroups:   []string{"system:bootstrappers:foo"},
    			expectedError: false,
    		},
    		{
    			name:          "valid: non-empty token",
    			token:         "abcdef.1234567890123456",
    			usages:        []string{"signing", "authentication"},
    			extraGroups:   []string{"system:bootstrappers:foo"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 05:47:48 UTC 2024
    - 13.6K bytes
    - Viewed (0)
  6. platforms/software/signing/src/integTest/groovy/org/gradle/plugins/signing/SigningSamplesSpec.groovy

        @Rule
        public final Sample sample = new Sample(testDirectoryProvider)
    
        def setup() {
            using m2
        }
    
        @UsesSample('signing/conditional')
        def "conditional signing with dsl #dsl"() {
            given:
            inDirectory(sample.dir.file(dsl))
    
            when:
            run "publish"
    
            then:
            skipped(":signMainPublication")
    
            and:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 10.6K bytes
    - Viewed (0)
  7. platforms/software/signing/src/integTest/groovy/org/gradle/plugins/signing/InMemoryPgpSignatoryProviderIntegrationSpec.groovy

     * limitations under the License.
     */
    package org.gradle.plugins.signing
    
    import spock.lang.Issue
    
    class InMemoryPgpSignatoryProviderIntegrationSpec extends SigningIntegrationSpec {
    
        def "signs with default signatory"() {
            given:
            buildFile << """
                signing {
                    useInMemoryPgpKeys(project.property('secretKey'), project.property('password'))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 12K bytes
    - Viewed (0)
  8. cmd/kubeadm/app/phases/controlplane/manifests_test.go

    				"--root-ca-file=" + filepath.Join(testCertsDir, "ca.crt"),
    				"--service-account-private-key-file=" + filepath.Join(testCertsDir, "sa.key"),
    				"--cluster-signing-cert-file=" + filepath.Join(testCertsDir, "ca.crt"),
    				"--cluster-signing-key-file=" + filepath.Join(testCertsDir, "ca.key"),
    				"--use-service-account-credentials=true",
    				"--controllers=*,bootstrapsigner,tokencleaner",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Mar 03 14:43:47 UTC 2024
    - 48.5K bytes
    - Viewed (0)
  9. cmd/kubeadm/app/apis/bootstraptoken/v1/utils_test.go

    				Token:  &BootstrapTokenString{ID: "abcdef", Secret: "abcdef0123456789"},
    				Usages: []string{"authentication", "signing"},
    			},
    			map[string][]byte{
    				"token-id":                       []byte("abcdef"),
    				"token-secret":                   []byte("abcdef0123456789"),
    				"usage-bootstrap-signing":        []byte("true"),
    				"usage-bootstrap-authentication": []byte("true"),
    			},
    		},
    		{
    			"adds groups",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 26 15:51:39 UTC 2023
    - 21.2K bytes
    - Viewed (0)
  10. pilot/pkg/bootstrap/istio_ca.go

    //   backward compat. Will be removed with the node-agent. sds-agent is calling NewCitadelClient directly, using
    //   K8S root.
    
    var (
    	// LocalCertDir replaces the "cert-chain", "signing-cert" and "signing-key" flags in citadel - Istio installer is
    	// requires a secret named "cacerts" with specific files inside.
    	LocalCertDir = env.Register("ROOT_CA_DIR", "./etc/cacerts",
    		"Location of a local or mounted CA root")
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 20.6K bytes
    - Viewed (0)
Back to top