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. 09 Sep, 2021 1 commit
  2. 08 Sep, 2021 5 commits
  3. 07 Sep, 2021 10 commits
    • Rachel Culpepper's avatar
      Vault-2840 Add no-op check for HTTP listener validity (#12421) · 71d1a29e
      Rachel Culpepper authored
      * fips tag and no-op code
      
      * tls check
      
      * change to error
      
      * add tests
      
      * add test file
      
      * cleanup
      
      * add changelog
      
      * fix file difference
      
      * remove changelog
      71d1a29e
    • Nicholas Seemiller's avatar
      Update examples.mdx (#12333) · ec04bac5
      Nicholas Seemiller authored
      Deployment manifest has incorrect `envs` tag. It should be `env`
      ec04bac5
    • Pratyoy Mukhopadhyay's avatar
    • claire bontempo's avatar
      UI/bar chart horizontal (#12437) · 8b3cc504
      claire bontempo authored
      * creates bar chart component
      
      * WIP//starts styling
      
      * fixes width of bars
      
      * WIP//barchart
      
      * uses d3 max method instead of Math.max
      
      * stacks data
      
      * adds y axis
      
      * fixes styling and spacing
      
      * adds spacing between bars
      
      * styling DONE
      
      * adds legend
      
      * adds tooltip
      
      * tweaks styling adds pointer cursor to rects
      
      * fixes tooltip placement
      
      * moves starget from bar to whole area
      
      * finishes hover selection styling
      
      * cleans up
      
      * cleans up a tiny bit
      
      * stopping point
      
      * adjusts tooltip placemnt
      
      * WIP//clean up time
      
      * sort of not broken
      
      * unbroken, ish
      
      * tooltip position fixed
      
      * truncates text and adds tooltip
      
      * changes tooltip width depending on content
      
      * unbroken
      
      * finishes initial refactor/cleanup
      
      * finishes documentation
      
      * passes in map legend to component
      
      * more tidying
      
      * add export option
      
      * adds grid to header for export button option
      
      * updates comments
      
      * fix variable name change
      
      ...
      8b3cc504
    • Daniel Kimsey's avatar
      Auto-join support for IPv6 discovery (#12366) · e79b3528
      Daniel Kimsey authored
      * Auto-join support for IPv6 discovery
      
      The go-discover library returns IP addresses and not URLs. It just so
      happens net.URL parses "127.0.0.1", which isn't a valid URL.
      
      Instead, we construct the URL ourselves. Being careful to check if it's
      an ipv6 address and making sure it's in explicit form if so.
      
      Fixes #12323
      
      * feedback: addrs & ipv6 test
      
      Rename addrs to clusterIPs to improve clarity and intent
      
      Tighten up our IPv6 address detection to be more correct and to ensure
      it's actually in implicit form
      e79b3528
    • Tero Saarni's avatar
      Update github.com/gogo/protobuf (#12255) · 1fd9fa0f
      Tero Saarni authored
      
      * Update github.com/gogo/protobuf
      
      * Fixes #12254 (CVE-2021-3121)
      
      * Update github.com/gogo/protobuf
      
      * Added changelog
      Signed-off-by: default avatarTero Saarni <tero.saarni@est.tech>
      
      * go mod tidy
      1fd9fa0f
    • John-Michael Faircloth's avatar
      feature: OIDC discovery endpoint (#12481) · 131238c6
      John-Michael Faircloth authored
      * OIDC Provider: implement discovery endpoint
      
      * handle case when provider does not exist
      
      * refactor providerDiscover struct and add scopes_supported
      
      * fix authz endpoint
      131238c6
    • John-Michael Faircloth's avatar
      update couchbase plugin version (#12483) · ec45b845
      John-Michael Faircloth authored
      * update couchbase plugin version
      
      * add changelog
      
      * go get main branch and go mod tidy
      ec45b845
    • akshya96's avatar
      Vault 2823 cc namespace (#12393) · 650cf8a4
      akshya96 authored
      * vault-2823 adding changes
      
      * VAULT-2823 adding alias
      
      * Vault-2823 addressing comments
      
      * Vault-2823 removing comments
      
      * Vault-2823 removing comments
      
      * vault-2823 removing q debug
      
      * adding changelog
      
      * Vault-2823 updating external test
      
      * adding approved changes
      
      * fixing returns
      
      * fixing returns
      650cf8a4
    • Nick Cabatoff's avatar
  4. 03 Sep, 2021 9 commits
  5. 02 Sep, 2021 3 commits
  6. 01 Sep, 2021 12 commits