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. 03 Jul, 2019 2 commits
  2. 02 Jul, 2019 17 commits
    • Matthew Irish's avatar
      changelog++ · 24282d45
      Matthew Irish authored
      24282d45
    • Matthew Irish's avatar
      UI - Vault API explorer engine (#7044) · 8afe8d02
      Matthew Irish authored
      * open-api-explorer engine with embedded swagger-ui
      
      * move swagger config to a component, rely directly on swagger-ui
      
      * filter operations by endpoint, hook up filter to query param, add namespace handling
      
      * fix namespace handling
      
      * update ember-engines so that we can app.import in a lazy engine
      
      * use engine's included hook to move swagger-ui to engine-vendor.* files
      
      * show flash message about this being a live vault server
      
      * show a namespace reminder and override some styles from swagger-ui
      
      * switch filter to use includes instead of startsWith
      
      * move flash-message to alert-banner and fix namespace reminder with a block
      
      * adds explore web-cli command to navigate to the api-explorer engine
      
      * allow passing a preformatted string to flash messages
      
      * add multi-line flash-message to api explorer
      
      * invert control and trigger events on react app so we can control the layout more and use our components
      
      * tweak styling some more and adj...
      8afe8d02
    • Jeff Mitchell's avatar
      Update auth plugins · 8fc15c34
      Jeff Mitchell authored
      8fc15c34
    • ncabatoff's avatar
      Add support for hashing time.Time within slices (#6767) · 056e90b5
      ncabatoff authored
      Add support for hashing time.Time within slices, which unbreaks auditing of requests returning the request counters.  
      
      Break Hash into struct-specific func like HashAuth, HashRequest. Move all the copying/hashing logic from FormatRequest/FormatResponse into the new Hash* funcs.  HashStructure now modifies in place instead of copying.
      
      Instead of returning an error when trying to hash map keys of type time.Time, ignore them, i.e. pass them through unhashed.
      
      Enable auditing on test clusters by default if the caller didn't specify any audit backends.  If they do, they're responsible for setting it up.
      
      
      056e90b5
    • Garrett T's avatar
      Set MaxIdleConns to reduce connection churn (postgresql physical) (#6967) · 8f6d2002
      Garrett T authored
      * Set MaxIdleConns to reduce connection churn (postgresql physical)
      
      * Make new  "max_idle_connection" config option for physical postgresql
      
      * Add docs for "max_idle_connections" for postgresql storage
      
      * Add minimum version to docs for max_idle_connections
      8f6d2002
    • Lexman's avatar
      adds allowed_client_ids field to identity token named keys (#6993) · 628ccce6
      Lexman authored
      * adds allowed_roles field to identity token keys and updates tests
      
      * removed a comment that was redundant
      
      * allowed_roles uses role client_id s instead of role names
      
      * renamed allowed_roles to allowed_clients
      
      * renamed allowed_clients to allowed_clientIDs
      
      * removes some warning messages and checks on keys when creating a role
      
      * removes name field being set unneededly
      628ccce6
    • Jeff Mitchell's avatar
    • Michael Gaffney's avatar
    • Matthew Irish's avatar
      UI - add delete for the various kmip models (#7015) · 5e002bec
      Matthew Irish authored
      * add menu-loader component to show menu loading button when the model relationship isPending
      
      * list what keys we've got in api-path error
      
      * fix spacing issue on error flash
      
      * add an action on list-controller that bubbles to the list-route mixin to refresh the route
      
      * empty store when creating scopes
      
      * don't delete _requestQuery in the loop, do it after
      
      * add scope deletion from the scope list
      
      * add deleteRecord to kmip adapters
      
      * add model-wrap component
      
      * delete role from detail page and list
      
      * add revoke credentials functionality
      
      * fix comment
      
      * treat all operations fields specially on kmip roles
      
      * adjust kmip role edit form for new fields
      
      * fix api-path test
      
      * update document blocks for menu-loader and model-wrap components
      5e002bec
    • Jeff Mitchell's avatar
      88cb4651
    • Michael Gaffney's avatar
      changelog++ · 28c31700
      Michael Gaffney authored
      28c31700
    • Jeff Mitchell's avatar
      Bump api/sdk · cc50a1d8
      Jeff Mitchell authored
      cc50a1d8
    • Jeff Mitchell's avatar
      Bump sdk · a3904ef4
      Jeff Mitchell authored
      a3904ef4
    • Jeff Mitchell's avatar
      Re-enable toggling renewable off for tokens (#7043) · e39f88db
      Jeff Mitchell authored
      Earlier in tokenutil's dev it seemed like there was no reason to allow
      auth plugins to toggle renewability off. However, it turns out Centrify
      makes use of this for sensible reasons. As a result, move the forcing-on
      of renewability into tokenutil, but then allow overriding after
      PopulateTokenAuth is called.
      e39f88db
    • Jeff Mitchell's avatar
      Bump api/sdk · 7cb73f54
      Jeff Mitchell authored
      7cb73f54
    • Jeff Mitchell's avatar
      Bump API's sdk · ece9a4a6
      Jeff Mitchell authored
      ece9a4a6
    • Jeff Mitchell's avatar
      Add UpgradeValue path to tokenutil (#7041) · 50704e61
      Jeff Mitchell authored
      This drastically reduces boilerplate for upgrading existing values
      50704e61
  3. 01 Jul, 2019 21 commits