This project is mirrored from https://gitee.com/NQL886/vault.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 29 Mar, 2022 8 commits
  2. 28 Mar, 2022 2 commits
  3. 27 Mar, 2022 1 commit
  4. 25 Mar, 2022 1 commit
    • Michele Degges's avatar
      [RelAPI Onboarding] Add release API metadata file (#14679) · 2225b34b
      Michele Degges authored
      👋  This PR adds a `.release/release-metadata.hcl` file to the repo. This contains static metadata that will be processed and sent as part of the payload in RelAPI POST requests, which will be sent when staging and production releases are triggered.  
      
      This can be merged now, but will not have any effect until after the RelAPI launch. This will need to be backported to all active release branches, as well. Similar additions are being added across all projects that publish to releases.hashicorp.com.
      2225b34b
  5. 24 Mar, 2022 15 commits
  6. 23 Mar, 2022 10 commits
  7. 22 Mar, 2022 3 commits
    • mickael-hc's avatar
      56128e72
    • John-Michael Faircloth's avatar
      docs/multiplexing: overhaul plugin documentation (#14509) · 9680de88
      John-Michael Faircloth authored
      * docs/multiplexing: overhaul plugin documentation
      
      * update nav data
      
      * remove dupe nav data
      
      * add external plugin section to index
      
      * move custom plugin backends under internals/plugins
      
      * remove ref to moved page
      
      * revert moving custom plugin backends
      
      * add building plugins from source section to plug dev
      
      * add mux section to plugin arch
      
      * add mux section to custom plugin page
      
      * reorder custom database page
      
      * use 'external plugin' where appropriate
      
      * add link to plugin multiplexing
      
      * fix example serve multiplex func call
      
      * address review comments
      
      * address review comments
      
      * Minor format updates (#14590)
      
      * mv Plugins to top-level; update upgrading plugins
      
      * update links after changing paths
      
      * add section on external plugin scaling characteristics
      
      * add updates on plugin registration in plugin management page
      
      * add plugin learn resource
      
      * be more explicit about mux upgrade steps; add no...
      9680de88
    • Jordan Reimer's avatar
      Route renderTemplate Deprecation (#14646) · b8062bdc
      Jordan Reimer authored
      * removes renderTemplate usages
      
      * adds _super to setupController override in oidc-callback route
      b8062bdc