Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 335 for saml (0.02 sec)

  1. pom.xml

    			<artifactId>okhttp</artifactId>
    			<version>${okhttp.version}</version>
    		</dependency>
    		<dependency>
    			<groupId>org.codelibs</groupId>
    			<artifactId>java-saml</artifactId>
    			<version>${java.saml.version}</version>
    			<exclusions>
    				<exclusion>
    					<groupId>jakarta.xml.bind</groupId>
    					<artifactId>jakarta.xml.bind-api</artifactId>
    				</exclusion>
    			</exclusions>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 02:16:03 UTC 2024
    - 49.1K bytes
    - Viewed (0)
  2. .teamcity/jdks.yaml

    Christoph Obexer <******@****.***> 1730217080 +0100
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Tue Oct 29 15:51:20 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  3. .pre-commit-config.yaml

    default_language_version:
        python: python3.10
    repos:
    -   repo: https://github.com/pre-commit/pre-commit-hooks
        rev: v5.0.0
        hooks:
        -   id: check-added-large-files
        -   id: check-toml
        -   id: check-yaml
            args:
            -   --unsafe
        -   id: end-of-file-fixer
        -   id: trailing-whitespace
    -   repo: https://github.com/astral-sh/ruff-pre-commit
        rev: v0.7.1
        hooks:
        -   id: ruff
            args:
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Mon Oct 28 20:31:44 UTC 2024
    - 733 bytes
    - Viewed (0)
  4. .github/workflows/replication.yaml

    Harshavardhana <******@****.***> 1730412624 -0700
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Oct 31 22:10:24 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  5. docs/orchestration/docker-compose/docker-compose.yaml

    Minio Trusted <******@****.***> 1730323498 +0000
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Wed Oct 30 21:24:58 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  6. manifests/charts/base/files/crd-all.gen.yaml

                    maxLength: 256
                    minLength: 1
                    type: string
                  priority:
                    description: Determines ordering of `WasmPlugins` in the same `phase`.
                    format: int32
                    nullable: true
                    type: integer
                  selector:
                    description: Criteria used to select the specific set of pods/VMs
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Fri Nov 01 16:23:52 UTC 2024
    - 805K bytes
    - Viewed (0)
  7. manifests/addons/values-kiali.yaml

    John Mazzitelli <******@****.***> 1729523696 -0400
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Oct 21 15:14:56 UTC 2024
    - 385 bytes
    - Viewed (0)
  8. common/config/.golangci.yml

              - pkg: gopkg.in/yaml.v2
                desc: "do not use gopkg.in/yaml.v2; use sigs.k8s.io/yaml instead"
              - pkg: gopkg.in/yaml.v3
                desc: "do not use gopkg.in/yaml.v3; use sigs.k8s.io/yaml instead"
              - pkg: github.com/ghodss/yaml
                desc: "do not use github.com/ghodss/yaml; use sigs.k8s.io/yaml instead"
          DenyOperatorAndIstioctl:
            files:
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Thu Oct 24 17:36:49 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  9. cmd/batch-handlers.go

    	Started   time.Time            `yaml:"-" json:"started"`
    	Replicate *BatchJobReplicateV1 `yaml:"replicate" json:"replicate"`
    	KeyRotate *BatchJobKeyRotateV1 `yaml:"keyrotate" json:"keyrotate"`
    	Expire    *BatchJobExpire      `yaml:"expire" json:"expire"`
    	ctx       context.Context      `msg:"-"`
    }
    
    func notifyEndpoint(ctx context.Context, ri *batchJobInfo, endpoint, token string) error {
    	if endpoint == "" {
    		return nil
    	}
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Oct 18 15:32:09 UTC 2024
    - 62.2K bytes
    - Viewed (0)
  10. manifests/charts/README.md

    Chart publishing is handled by [release builder](https://github.com/istio/release-builder).
    
    ---
    
    Note: If making any changes to the charts or values.yaml in this dir, first read [UPDATING-CHARTS.md](UPDATING-CHARTS.md)
    
    Istio installer is a modular, 'a-la-carte' installer for Istio. It is based on a
    fork of the Istio helm templates, refactored to increase modularity and isolation.
    
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Thu Oct 31 16:56:50 UTC 2024
    - 7.4K bytes
    - Viewed (0)
Back to top