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.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 21 Dec, 2021 4 commits
-
-
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
-
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.
-
firingLi authored
* add tencentCloud plugin * add tencentCloud plugin * add tencentCloud plugin
-
Jordan Reimer authored
* fixes some flaky enterprise tests * more test fixes
-
- 20 Dec, 2021 6 commits
-
-
Scott Miller authored
* Changes to bring ENT in line with OSS for managed key changes * Revert this
-
Jonathan Ballet authored
* Improve databases documentation Fixed a bunch of formatting issues and broken JSON outputs. * Remove changelog entry * Apply suggestions from code review
-
Jack Halford authored
* Update entity-alias.mdx it was not clear for approle what the name should be the approle name or the role_id. * Update website/content/api-docs/secret/identity/entity-alias.mdx Co-authored-by:
Yoko Hyakuna <yoko@hashicorp.com> Co-authored-by:
Yoko Hyakuna <yoko@hashicorp.com>
-
Vasilii Angapov authored
Fix typo in Kubernetes policy example which prevents example from working.
-
Meggie authored
* Upgrade guidance updates from VLT-172 Trying to clarify some upgrade questions. Learn update to follow in separate PR. * Apply suggestions from code review Co-authored-by:
Nick Cabatoff <ncabatoff@hashicorp.com> Co-authored-by:
Nick Cabatoff <ncabatoff@hashicorp.com>
-
Ben Ash authored
Previously the `contained_db` parameter would only accept a string value despite the fact that field type is documented as a boolean.
-
- 18 Dec, 2021 2 commits
-
-
Tom authored
Co-authored-by:
tograla <tograla@gmail.com>
-
Carlos Cisneros, Jr authored
* Update index.mdx Fixed typo in Setup section of the Secrets Engine documentation. * Update index.mdx Remove line 112.
-
- 17 Dec, 2021 4 commits
-
-
Kaue Doretto Grecchi authored
This page is missing the `entity-alias` parameter description, available in the `vault token create --help` command
-
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
-
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
-
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:
hashishaw <cshaw@hashicorp.com>
-
- 16 Dec, 2021 7 commits
-
-
Meggie authored
This way we can have an OSS action, and an ENT action. We'll be able to keep the backport-assistant workflows the same on OSS and ENT for normal PRs, and have a separate labeling system on OSS for docs backports. We should delete the backport-docs.yml file on ENT.
-
Scott Miller authored
* Move KmsLibrary code to the ent side of config parsing * Normalize config.go * Nope, needs to be result
-
Jason O'Donnell authored
* update gcp auth * go mod tidy
-
Noel Quiles authored
-
Noel Quiles authored
-
John-Michael Faircloth authored
-
Pratyoy Mukhopadhyay authored
* Update docs with new images * Update website/content/docs/concepts/identity.mdx Co-authored-by:
Loann Le <84412881+taoism4504@users.noreply.github.com> * Remove extraneous Github mention Co-authored-by:
Loann Le <84412881+taoism4504@users.noreply.github.com>
-
- 15 Dec, 2021 7 commits
-
-
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:
Meggie <meggie@hashicorp.com> Co-authored-by:
Meggie <meggie@hashicorp.com>
-
Vinny Mannello authored
* [VAULT-4018] - EscapeLDAPValue catch trailing escape character
-
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.
-
Michele Degges authored
-
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
-
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
-
Yoko Hyakuna authored
* Add paths filter doc * Add a description about the screenshot * Update website/content/docs/enterprise/replication.mdx Co-authored-by:
Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/enterprise/replication.mdx Co-authored-by:
Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/enterprise/replication.mdx Co-authored-by:
Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/enterprise/replication.mdx Co-authored-by:
Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/enterprise/replication.mdx Co-authored-by:
Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/enterprise/replication.mdx Co-authored-by:
Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/enterprise/replication.mdx Co-authored-by:
Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/enterprise/replication.mdx Co-authored-by:
Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/enterprise/replication.mdx Co-authored-by:
Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/enterprise/replication.mdx Co-authored-by:
Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/enterprise/replication.mdx Co-authored-by:
Loann Le <84412881+taoism4504@users.noreply.github.com> * Remove extra sentense * Update the diagram * Update the diagram Co-authored-by:
Loann Le <84412881+taoism4504@users.noreply.github.com>
-
- 14 Dec, 2021 8 commits
-
-
John-Michael Faircloth authored
* github auth: use org id to verify creds * add check for required org param; add test case * update UTs * add nil check for org * add changelog * fix typo in ut * set org ID if it is unset; add more ut coverage * add optional organization_id * move client instantiation * refactor parse URL; add UT for setting org ID * fix comment in UT * add nil check * don't update org name on change; return warning * refactor verifyCredentials * error when unable to fetch org ID on config write; add warnings * fix bug in log message * update UT and small refactor * update comments and log msg * use getter for org ID
-
Victor Rodriguez authored
-
Kyle Penfound authored
-
Sai Hemanth Bheemreddy authored
-
Nick Cabatoff authored
Bump yarn cache key version so that it uses the new disk layout we've adopted for using cimg/go. (#13420)
-
Meggie authored
* Go 1.17.2 -> 1.17.5 * Switching to cimg
-
Mark Lewis authored
-
Pratyoy Mukhopadhyay authored
* Add docs about path param restrictions * Update website/content/api-docs/auth/userpass.mdx Co-authored-by:
Loann Le <84412881+taoism4504@users.noreply.github.com> * Update with review suggestion Co-authored-by:
Loann Le <84412881+taoism4504@users.noreply.github.com>
-
- 13 Dec, 2021 2 commits
-
-
Steven Clark authored
-
Alexander Scheel authored
* Allow universal default for key_bits This allows the key_bits field to take a universal default value, 0, which, depending on key_type, gets adjusted appropriately into a specific default value (rsa->2048, ec->256, ignored under ed25519). Signed-off-by:
Alexander Scheel <alex.scheel@hashicorp.com> * Handle universal default key size in certutil Also move RSA < 2048 error message into certutil directly, instead of in ca_util/path_roles. Signed-off-by:
Alexander Scheel <alex.scheel@hashicorp.com> * Add missing RSA key sizes to pki/backend_test.go Signed-off-by:
Alexander Scheel <alex.scheel@hashicorp.com> * Switch to returning updated values When determining the default, don't pass in pointer types, but instead return the newly updated value. Signed-off-by:
Alexander Scheel <alex.scheel@hashicorp.com> * Add changelog entry Signed-off-by:
Alexander Scheel <alex.scheel@hashicorp.com> * Re-add fix for ed25519 from #13254 Ed25519 internally specifies a hash length; by changing the default from 256 to 0, we fail validation in ValidateSignatureLength(...) unless we specify the key algorithm. Signed-off-by:
Alexander Scheel <alex.scheel@hashicorp.com>
-