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. 21 Dec, 2021 4 commits
    • Anthony (Ryo) Wright's avatar
      Fixed null token panic from 'v1/auth/token/' endpoints and returned p… (#13233) · c2574104
      Anthony (Ryo) Wright authored
      * Fixed null token panic from 'v1/auth/token/' endpoints and returned proper error response
      
      * added changelog entry for PR #13233
      
      * changed error message from 'bad token' to 'null token'
      
      * rebased off of main
      
      * Revert "changed error message from 'bad token' to 'null token'"
      
      This reverts commit 381ed9b32c5ddd5e47adb1643ef7e46fb768bc76.
      
      * changed 'bad token' error message to 'invalid token' after revert
      
      * remove unnecessary vault-data folder
      c2574104
    • Matt Mukerjee's avatar
      fix consul tls error checking (#13135) · e1762023
      Matt Mukerjee authored
      We don't check for errors in the consul storage TLS setup. We might fail here
      because of a missing certificate, bad permissions, etc. If anything is wrong,
      vault just ignores the issues and continues, resulting in a lot of confusion.
      
      Instead, lets return an error to the caller if this fails.
      e1762023
    • firingLi's avatar
      add tencentCloud Secrets&Auth Plugins (#13415) · 735fa3a7
      firingLi authored
      * add tencentCloud plugin
      
      * add tencentCloud plugin
      
      * add tencentCloud plugin
      735fa3a7
    • Jordan Reimer's avatar
      Fixes some flaky enterprise tests (#13483) · 12145402
      Jordan Reimer authored
      * fixes some flaky enterprise tests
      
      * more test fixes
      12145402
  2. 20 Dec, 2021 6 commits
  3. 18 Dec, 2021 2 commits
  4. 17 Dec, 2021 4 commits
    • Kaue Doretto Grecchi's avatar
      add `entity-alias` parameter description (#13339) · 52e74f19
      Kaue Doretto Grecchi authored
      This page is missing the `entity-alias` parameter description, available in the `vault token create --help` command
      52e74f19
    • divyapola5's avatar
      Replace '-' with ':' when listing certificate serial numbers (#13468) · e965814d
      divyapola5 authored
      * CLI changes for new mount tune config parameter allowed_managed_keys
      
      * Correct allowed_managed_keys description in auth and secrets
      
      * Documentation update for secrets and removed changes for auth
      
      * Add changelog and remove documentation changes for auth
      
      * removed changelog
      
      * Correct the field description
      
      * Replace - with : when listing certificate serials
      e965814d
    • Kevin Wang's avatar
      feat(website): versioned-docs (#13123) · 9446cb31
      Kevin Wang authored
      * chore: `react-docs-page`
      
      * feat: data loader
      
      * chore: bump `next-mdx-remote`
      
      * chore: `showVersionSelect`
      
      * chore: bump react docs page
      
      * chore: bump react docs page
      9446cb31
    • Jordan Reimer's avatar
      Ember Upgrade to 3.24 (#13443) · e5b1f718
      Jordan Reimer authored
      
      * Update browserslist
      
      * Add browserslistrc
      
      * ember-cli-update --to 3.26, fix conflicts
      
      * Run codemodes that start with ember-*
      
      * More codemods - before cp*
      
      * More codemods (curly data-test-*)
      
      * WIP ember-basic-dropdown template errors
      
      * updates ember-basic-dropdown and related deps to fix build issues
      
      * updates basic dropdown instances to new version API
      
      * updates more deps -- ember-template-lint is working again
      
      * runs no-implicit-this codemod
      
      * creates and runs no-quoteless-attributes codemod
      
      * runs angle brackets codemod
      
      * updates lint:hbs globs to only touch hbs files
      
      * removes yield only templates
      
      * creates and runs deprecated args transform
      
      * supresses lint error for invokeAction on LinkTo component
      
      * resolves remaining ambiguous path lint errors
      
      * resolves simple-unless lint errors
      
      * adds warnings for deprecated tagName arg on LinkTo components
      
      * adds warnings for remaining curly component invocation
      
      * updates global template lint rules
      
      * resolves remaining template lint errors
      
      * disables some ember specfic lint rules that target pre octane patterns
      
      * js lint fix run
      
      * resolves remaining js lint errors
      
      * fixes test run
      
      * adds npm-run-all dep
      
      * fixes test attribute issues
      
      * fixes console acceptance tests
      
      * fixes tests
      
      * adds yield only wizard/tutorial-active template
      
      * fixes more tests
      
      * attempts to fix more flaky tests
      
      * removes commented out settled in transit test
      
      * updates deprecations workflow and adds initializer to filter by version
      
      * updates flaky policies acl old test
      
      * updates to flaky transit test
      
      * bumps ember deps down to LTS version
      
      * runs linters after main merge
      
      * fixes client count tests after bad merge conflict fixes
      
      * fixes client count history test
      
      * more updates to lint config
      
      * another round of hbs lint fixes after extending stylistic rule
      
      * updates lint-staged commands
      
      * removes indent eslint rule since it seems to break things
      
      * fixes bad attribute in transform-edit-form template
      
      * test fixes
      
      * fixes enterprise tests
      
      * adds changelog
      
      * removes deprecated ember-concurrency-test-waiters dep and adds @ember/test-waiters
      
      * flaky test fix
      Co-authored-by: default avatarhashishaw <cshaw@hashicorp.com>
      e5b1f718
  5. 16 Dec, 2021 7 commits
  6. 15 Dec, 2021 7 commits
    • Kevin Wang's avatar
      feat: add `backport.yml` (#13163) · 6ef50dcf
      Kevin Wang authored
      
      * feat: add `backport.yml`
      
      * feat: check releases over labels for latest
      
      * chore: Do not automerge for non `stable-website`
      
      * chore: Do not automerge to not `stable-website`
      
      * Update .github/workflows/backport.yml
      Co-authored-by: default avatarMeggie <meggie@hashicorp.com>
      Co-authored-by: default avatarMeggie <meggie@hashicorp.com>
      6ef50dcf
    • Vinny Mannello's avatar
      EscapeLDAPValue - catch trailing escape character (#13452) · eadbe965
      Vinny Mannello authored
      * [VAULT-4018] - EscapeLDAPValue catch trailing escape character
      eadbe965
    • Jason Peng's avatar
      Update openshift.mdx (#13372) · 8bcf5c9c
      Jason Peng authored
      Consul Openshift is supported since Consul 1.9 as per https://www.hashicorp.com/blog/introducing-openshift-support-for-consul-on-kubernetes. Please verify.
      8bcf5c9c
    • Michele Degges's avatar
    • Alex Carpenter's avatar
      Homepage redesign (#13159) · 5d506a35
      Alex Carpenter authored
      * homepage setup
      
      * [Homepage] `<IoHomeHero />` component (#13160)
      
      * init <Hero /> component
      
      * adds loading animation
      
      * updates variable naming
      
      * makes index optional
      
      * Update hero-pattern.svg
      
      * prefix with IoHome
      
      * updates usage
      
      * [Homepage] `<IoHomePreFooter />` component (#13182)
      
      * adds <IoHomePreFooter />
      
      * adds interfaces
      
      * [Homepage] `<IoHomeHero />` component (#13160)
      
      * init <Hero /> component
      
      * adds loading animation
      
      * updates variable naming
      
      * makes index optional
      
      * Update hero-pattern.svg
      
      * prefix with IoHome
      
      * updates usage
      
      * adds <IoHomePreFooter />
      
      * adds interfaces
      
      * adds key
      
      * [Homepage] `<IoHomeCallToAction />` component (#13164)
      
      * adding brand to cta
      
      * cleanup homepage
      
      * [Homepage] `<IoHomeVideo />` component (#13161)
      
      * init <Video /> component
      
      * adjusts sizing and border radius
      
      * responsive styling
      
      * fix hover svg gitter
      
      * adjust play icon sizing
      
      * include temp thumbnail
      
      * dialog implementation
      
      * conditionally display person and show helpers
      
      * rename component
      
      * updates dialog naming
      
      * add homepage styling
      
      * simplify background color
      
      * page level styling
      
      * [Homepage] `<IoHomeCaseStudies />` (#13190)
      
      * adds <IoHomeCaseStudies />
      
      * adds interface
      
      * animate gradient
      
      * update min-heights
      
      * Homepage `<IoHomeCard />` component (#13151)
      
      * init <Card /> component
      
      * fixes heading color
      
      * adds product logos and hover styles
      
      * update naming
      
      * simplifies inset spacing
      
      * use ternary and add key
      
      * removes repo link
      
      * removes need for camelCase package
      
      * adds keys
      
      * adds in practice cards
      
      * adds in practice background
      
      * use case cards
      
      * update min col sizing
      
      * adds feature component (#13203)
      
      * fixes card hover bug
      
      * [Homepage] connect homepage to dato content (#13227)
      
      * connect homepage to dato
      
      * Check for internal link
      
      * fix return types
      
      * adds youtube video
      
      * hook up meta tags and chunk cards
      
      * removes chunking
      
      * fix ts return
      
      * fix prop naming
      
      * fix return type
      
      * mobile sizing adjustments
      
      * [Homepage] Usecase pages (#13240)
      
      * init usecase page
      
      * updates use case call to action
      
      * card container component
      
      * themeing
      
      * convert to using strictly props
      
      * responsive spacing
      
      * reworking sections component
      
      * adds callout and hero patterns
      
      * adds priority
      
      * makes feature link optional
      
      * [Homepage] connect use case template to dato (#13295)
      
      * Start connecting to dato
      
      * Fix spacing when no video is present
      
      * Remove log
      
      * adds images
      
      * hook up cards
      
      * pass eyebrow and products
      
      * Delete index.tsx
      
      * Use card container on homepage
      
      * use react video player
      
      * [Homepage] fix mobile video (#13309)
      
      * Removing attributes
      
      * update url
      
      * spacing adjustments
      
      * Allow previewing draft content (#13312)
      
      * fix heading width
      
      * fix feature max width
      
      * adjust in practice padding
      
      * increase icon sizing
      
      * adjust icon alignment
      
      * update eyebrow
      
      * update hero pattern
      
      * update usecase hero pattern
      
      * add hover scale
      
      * [Homepage] populate use case dropdown from use case pages (#13325)
      
      * create standard layout
      
      * removes unused subnav data
      
      * removes static use case pages
      
      * removes use cases style
      
      * bump subnav and use hashicorp vault logo
      
      * fixes use cases paths
      
      * removes hashistack menu
      
      * removes subnav top border
      
      * conditionally render video callout avatar
      
      * hook up data and conditionals
      
      * update components to work with other products
      
      * extract in practice section for reuse
      
      * use Products type
      
      * fix type error
      
      * rework cta logic
      
      * removes type
      
      * updates accent method
      
      * fix button prop
      
      * refactor customer case study
      
      * refactor case studies component
      
      * cleanup margin
      
      * refactor data props
      
      * Spacing updates and introduce intro component
      
      * adds intro interface
      
      * Delete style.css
      
      * fix intro description color
      
      * add revalidate code to homepage
      
      * bump subnav
      
      * make stats optional
      
      * adjust border radius based on customer story
      
      * cleanup temp files
      
      * redirect /home to homepage
      
      * reorder resources
      
      * fix: move heading and description
      
      * fix: logo alignment
      
      * fix: section background color
      
      * feat: optional tutorial and docs links
      
      * fix: removes case studies background
      
      * formatting
      
      * feat: sort use cases in nav
      
      * fix: card overflow (#13429)
      
      * fix: adjust overflow method
      
      * fix: padding on desktop
      
      * fix: scroll padding-right on mobile
      
      * remove debugger
      
      * increase last item width
      
      * card container overflow method (#13434)
      
      * use flex
      
      * formatting
      
      * add comment
      5d506a35
    • Pete Bohman's avatar
      Add allowed_uri_sans_template (#10249) · 19ef44e1
      Pete Bohman authored
      * Add allowed_uri_sans_template
      
      Enables identity templating for the allowed_uri_sans field in PKI cert roles.
      
      Implemented as suggested in #8509
      
      * changelog++
      
      * Update docs with URI SAN templating
      19ef44e1
    • Yoko Hyakuna's avatar
      Add paths filter doc (#13435) · 5cdf6ca4
      Yoko Hyakuna authored
      
      * Add paths filter doc
      
      * Add a description about the screenshot
      
      * Update website/content/docs/enterprise/replication.mdx
      Co-authored-by: default avatarLoann Le <84412881+taoism4504@users.noreply.github.com>
      
      * Update website/content/docs/enterprise/replication.mdx
      Co-authored-by: default avatarLoann Le <84412881+taoism4504@users.noreply.github.com>
      
      * Update website/content/docs/enterprise/replication.mdx
      Co-authored-by: default avatarLoann Le <84412881+taoism4504@users.noreply.github.com>
      
      * Update website/content/docs/enterprise/replication.mdx
      Co-authored-by: default avatarLoann Le <84412881+taoism4504@users.noreply.github.com>
      
      * Update website/content/docs/enterprise/replication.mdx
      Co-authored-by: default avatarLoann Le <84412881+taoism4504@users.noreply.github.com>
      
      * Update website/content/docs/enterprise/replication.mdx
      Co-authored-by: default avatarLoann Le <84412881+taoism4504@users.noreply.github.com>
      
      * Update website/content/docs/enterprise/replication.mdx
      Co-authored-by: default avatarLoann Le <84412881+taoism4504@users.noreply.github.com>
      
      * Update website/content/docs/enterprise/replication.mdx
      Co-authored-by: default avatarLoann Le <84412881+taoism4504@users.noreply.github.com>
      
      * Update website/content/docs/enterprise/replication.mdx
      Co-authored-by: default avatarLoann Le <84412881+taoism4504@users.noreply.github.com>
      
      * Update website/content/docs/enterprise/replication.mdx
      Co-authored-by: default avatarLoann Le <84412881+taoism4504@users.noreply.github.com>
      
      * Update website/content/docs/enterprise/replication.mdx
      Co-authored-by: default avatarLoann Le <84412881+taoism4504@users.noreply.github.com>
      
      * Remove extra sentense
      
      * Update the diagram
      
      * Update the diagram
      Co-authored-by: default avatarLoann Le <84412881+taoism4504@users.noreply.github.com>
      5cdf6ca4
  7. 14 Dec, 2021 8 commits
  8. 13 Dec, 2021 2 commits