Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 11 - 20 of 51 for Vault (0.36 seconds)

  1. .ci/jobs.t/defaults.yml

    ---
    
    ##### GLOBAL METADATA
    
    - meta:
        cluster: elasticsearch-ci
    
    ##### JOB DEFAULTS
    
    - job:
        vault:
          url: https://secrets.elastic.co:8200
          role_id: 1ba1ac3e-aee4-d040-d9a3-6ae23bd2b3db
        node: "general-purpose"
        concurrent: true
        logrotate:
          daysToKeep: 30
          numToKeep: 500
          artifactDaysToKeep: 7
        parameters:
          - string:
              name: branch_specifier
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Sep 29 15:38:05 GMT 2021
    - 2.9K bytes
    - Click Count (0)
  2. .ci/jobs.t/elastic+elasticsearch+periodic+platform-support.yml

        display-name: "elastic / elasticsearch # %BRANCH% - platform support"
        description: "Testing of the Elasticsearch %BRANCH% branch platform support tests.\n"
        project-type: multijob
        node: master
        vault: []
        scm:
          - git:
              wipe-workspace: false
        builders:
          - multijob:
              name: Packaging tests
              projects:
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu May 06 21:46:09 GMT 2021
    - 1.2K bytes
    - Click Count (0)
  3. .ci/jobs.t/elastic+elasticsearch+periodic+third-party-tests.yml

        display-name: "elastic / elasticsearch # %BRANCH% - third party tests"
        description: "Testing of the Elasticsearch %BRANCH% branch against third-party service integrations.\n"
        project-type: multijob
        node: master
        vault: []
        scm:
          - git:
              wipe-workspace: false
        builders:
          - multijob:
              name: Third party repository compatibility tests
              projects:
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu May 06 21:46:09 GMT 2021
    - 1.4K bytes
    - Click Count (0)
  4. .ci/jobs.t/elastic+elasticsearch+periodic+packaging-tests.yml

        display-name: "elastic / elasticsearch # %BRANCH% - packaging tests"
        description: "Testing of the Elasticsearch %BRANCH% branch packaging tests.\n"
        project-type: multijob
        node: master
        vault: []
        scm:
          - git:
              wipe-workspace: false
        builders:
          - multijob:
              name: Packaging tests
              projects:
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu May 06 21:46:09 GMT 2021
    - 999 bytes
    - Click Count (0)
  5. docs/kms/IAM.md

      encrypted. The encryption key has to be passed as environment variable.
    - Run MinIO with KES (minio/kes) in combination with any supported KMS as
      secure key store. For example, you can run MinIO + KES + Hashicorp Vault.
    
    > What about an exiting MinIO deployment? Can I just upgrade my cluster?
    
    Yes, MinIO will try to transparently migrate any existing IAM data and either stores
    it in plaintext (no KMS) or re-encrypts using the KMS.
    
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Thu Jan 18 07:03:17 GMT 2024
    - 5.3K bytes
    - Click Count (0)
  6. docs/kms/README.md

    |:---------------------------------------------------------------------------------------------|:------------------------------------------------------------------|
    | [Hashicorp Vault](https://github.com/minio/kes/wiki/Hashicorp-Vault-Keystore)                | Local KMS. MinIO and KMS on-prem (**Recommended**)                |
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Tue Aug 12 18:20:36 GMT 2025
    - 7.2K bytes
    - Click Count (0)
  7. docs/site-replication/README.md

    ## Configuring Site Replication
    
    - Configure an alias in `mc` for each of the sites. For example if you have three MinIO sites, you may run:
    
    ```sh
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Tue Aug 12 18:20:36 GMT 2025
    - 3.4K bytes
    - Click Count (0)
  8. ci/official/containers/ml_build/builder.devtoolset/build_devtoolset.sh

    case "${VERSION}" in
    devtoolset-7)
      wget "http://vault.centos.org/centos/6/sclo/Source/rh/devtoolset-7/devtoolset-7-gcc-7.3.1-5.15.el6.src.rpm"
      rpm2cpio "devtoolset-7-gcc-7.3.1-5.15.el6.src.rpm" |cpio -idmv
      tar -xvjf "gcc-7.3.1-20180303.tar.bz2" --strip 1
      ;;
    devtoolset-9)
      wget "https://vault.centos.org/centos/7/sclo/Source/rh/devtoolset-9-gcc-9.3.1-2.2.el7.src.rpm"
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Fri Jan 16 21:51:13 GMT 2026
    - 8K bytes
    - Click Count (0)
  9. src/main/java/jcifs/dcerpc/DcerpcError.java

         */
        int DCERPC_FAULT_NDR = 0x000006F7;
        /**
         * Invalid tag fault code
         */
        int DCERPC_FAULT_INVALID_TAG = 0x1C000006;
        /**
         * Context mismatch fault code
         */
        int DCERPC_FAULT_CONTEXT_MISMATCH = 0x1C00001A;
        /**
         * Operation range error fault code
         */
        int DCERPC_FAULT_OP_RNG_ERROR = 0x1C010002;
        /**
         * Unknown interface fault code
         */
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 2.6K bytes
    - Click Count (0)
  10. src/main/java/jcifs/smb1/dcerpc/DcerpcError.java

    package jcifs.smb1.dcerpc;
    
    /**
     * DCE/RPC error codes and fault constants for SMB1 compatibility
     */
    public interface DcerpcError {
    
        /**
         * Generic fault code for other errors
         */
        int DCERPC_FAULT_OTHER = 0x00000001;
        /**
         * Access denied fault code
         */
        int DCERPC_FAULT_ACCESS_DENIED = 0x00000005;
        /**
         * Cannot perform operation fault code
         */
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 2.6K bytes
    - Click Count (0)
Back to Top