-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UI/merge main #14997
UI/merge main #14997
Commits on Apr 1, 2022
-
Vault documentation: changing references from learn to tutorial (#14844)
* changed learn to tutorial references * changed learn to tutorial * Update website/content/docs/plugins/plugin-portal.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/platform/aws/run.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
Configuration menu - View commit details
-
Copy full SHA for e53aedd - Browse repository at this point
Copy the full SHA e53aeddView commit details -
UI/Only show form values if have read access (#14794)
* only show value in edit form if has read capabilities * revert messing with form * delete secret data from secret * add check for selected version * remove added line * add changelog
Configuration menu - View commit details
-
Copy full SHA for cf44b62 - Browse repository at this point
Copy the full SHA cf44b62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dc8b43 - Browse repository at this point
Copy the full SHA 7dc8b43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 931562e - Browse repository at this point
Copy the full SHA 931562eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bde37c - Browse repository at this point
Copy the full SHA 1bde37cView commit details
Commits on Apr 4, 2022
-
Vault 3999 Change permissions for directory/archive created by debug …
…command (#14846) * adding debug changes from ent * adding changelog
Configuration menu - View commit details
-
Copy full SHA for 59451c2 - Browse repository at this point
Copy the full SHA 59451c2View commit details -
Vault 3992 ToB Config and Plugins Permissions (#14817)
* updating changes from ent PR * adding changelog * fixing err * fixing semgrep error
Configuration menu - View commit details
-
Copy full SHA for 8352661 - Browse repository at this point
Copy the full SHA 8352661View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93472f3 - Browse repository at this point
Copy the full SHA 93472f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10833d4 - Browse repository at this point
Copy the full SHA 10833d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e249005 - Browse repository at this point
Copy the full SHA e249005View commit details -
Fix handling of default zero SignatureBits value with Any key type in…
… PKI Secrets Engine (#14875) * Correctly handle minimums, default SignatureBits When using KeyType = "any" on a role (whether explicitly or implicitly via a sign-verbatim like operation), we need to update the value of SignatureBits from its new value 0 to a per-key-type default value. This will allow sign operations on these paths to function correctly, having the correctly inferred default signature bit length. Additionally, this allows the computed default value for key type to be used for minimum size validation in the RSA/ECDSA paths. We additionally enforce the 2048-minimum in this case as well. Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com> * Fix defaults and validation of "any" KeyType When certutil is given the placeholder any keytype, it attempts to validate and update the default zero value. However, in lacking a default value for SignatureBits, it cannot update the value from the zero value, thus causing validation to fail. Add more awareness to the placeholder "any" value to certutil. Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com> * Add role-based regression tests for key bits This adds regression tests for Key Type, Key Bits, and Signature Bits parameters on the role. We test several values, including the "any" value to ensure it correctly restricts key sizes. Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com> * Add sign-verbatim test for key type This ensures that we test sign-verbatim against a variety of key types. Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com> * Add changelog entry Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com> Co-authored-by: Steven Clark <steven.clark@hashicorp.com>
Configuration menu - View commit details
-
Copy full SHA for 7d92a63 - Browse repository at this point
Copy the full SHA 7d92a63View commit details -
Subtle docs change for allow_store_key (#14889)
* Subtle docs change for allow_store_key * errant space
Configuration menu - View commit details
-
Copy full SHA for 7aef98e - Browse repository at this point
Copy the full SHA 7aef98eView commit details
Commits on Apr 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3cf641c - Browse repository at this point
Copy the full SHA 3cf641cView commit details -
docs: fix formatting on plugin upgrade page (#14874)
* docs: fix formatting on plugin upgrade page * fix more formatting issues
Configuration menu - View commit details
-
Copy full SHA for f90e139 - Browse repository at this point
Copy the full SHA f90e139View commit details -
* Update CC docs * Add sample response * Address review feedback * Update website/content/api-docs/system/internal-counters.mdx Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/api-docs/system/internal-counters.mdx Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/api-docs/system/internal-counters.mdx Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/api-docs/system/internal-counters.mdx Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/api-docs/system/internal-counters.mdx Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/api-docs/system/internal-counters.mdx Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/api-docs/system/internal-counters.mdx Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/api-docs/system/internal-counters.mdx Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/api-docs/system/internal-counters.mdx Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/api-docs/system/internal-counters.mdx Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/api-docs/system/internal-counters.mdx Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/api-docs/system/internal-counters.mdx Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/api-docs/system/internal-counters.mdx Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/api-docs/system/internal-counters.mdx Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/api-docs/system/internal-counters.mdx Co-authored-by: Meggie <meggie@hashicorp.com> * Update website/content/api-docs/system/internal-counters.mdx Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/api-docs/system/internal-counters.mdx Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com> * Minor edits * Update partial month API Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com> Co-authored-by: Meggie <meggie@hashicorp.com>
Configuration menu - View commit details
-
Copy full SHA for 99e202d - Browse repository at this point
Copy the full SHA 99e202dView commit details -
Docs improvements for Managed Keys (#14756)
* Add more color around managed keys in their concepts page, and create additional links between the various docs pages related to them. * Typos
Configuration menu - View commit details
-
Copy full SHA for d537c2e - Browse repository at this point
Copy the full SHA d537c2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98bb642 - Browse repository at this point
Copy the full SHA 98bb642View commit details -
Configuration menu - View commit details
-
Copy full SHA for e23ff1b - Browse repository at this point
Copy the full SHA e23ff1bView commit details -
website: fix usages of img tag (#14910)
* fix usages of img tag and integrate dev-portal workflows * Adjust Makefile
Bryce Kalow authoredApr 5, 2022 Configuration menu - View commit details
-
Copy full SHA for 561a2ee - Browse repository at this point
Copy the full SHA 561a2eeView commit details
Commits on Apr 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 64ba057 - Browse repository at this point
Copy the full SHA 64ba057View commit details -
Add extra test coverage to PKI (#14767)
* Add PKI test for delete role - Create a role, validate that defaults are what we expect and delete the role, verifying it is gone on subsequent read attempts. * Add PKI test for crl/rotate command - Missing a unit test that validates the crl/rotate command works. The test validates the rotate command was successful by checking if we have a different/new update time on the CRL. * Rework PKI TestBackend_PathFetchValidRaw test to not write directly to storage - Rework the existing test to not write directly to storage as we might change that in the future. - Add tests that validate the ca_chain behaviour of not returning the root authority cert * PR Feedback * Additional PR feedback
Configuration menu - View commit details
-
Copy full SHA for 16a23cc - Browse repository at this point
Copy the full SHA 16a23ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d520d4 - Browse repository at this point
Copy the full SHA 7d520d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18ee7d9 - Browse repository at this point
Copy the full SHA 18ee7d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c6d25a - Browse repository at this point
Copy the full SHA 9c6d25aView commit details -
Mount flag syntax to mitigate confusion from KV-v2 path discrepancies (…
…#14807) * Add explanation to help text and flag usage text * KV get with new mount flag * Clearer naming * KV Put, Patch, Metadata Get + corresponding tests * KV Delete, Destroy, Rollback, Undelete, MetadataDelete, MetadataPatch, MetadataPut * Update KV-v2 docs to use mount flag syntax * Add changelog * Run make fmt * Clarify deprecation message in help string * Address style comments
Configuration menu - View commit details
-
Copy full SHA for 74248e1 - Browse repository at this point
Copy the full SHA 74248e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 601acf5 - Browse repository at this point
Copy the full SHA 601acf5View commit details -
docs: added hello-vault-spring repo link to developer-qs.mdx. (#14928)
* Update developer-qs.mdx docs: added link to Java / Spring Boot sample app repo in developer quick start. * removed space. * trigger ci Co-authored-by: taoism4504 <loann@hashicorp.com>
Configuration menu - View commit details
-
Copy full SHA for 3b34ab8 - Browse repository at this point
Copy the full SHA 3b34ab8View commit details
Commits on Apr 7, 2022
-
* fixes issue logging in with oidc from listed auth path tab * adds changelog entry * adds more tests for oidc auth workflow * updates oidc auth method test to use non-standard path
Configuration menu - View commit details
-
Copy full SHA for df30e05 - Browse repository at this point
Copy the full SHA df30e05View commit details -
Fix handling of SignatureBits for ECDSA issuers (#14943)
When adding SignatureBits control logic, we incorrectly allowed specification of SignatureBits in the case of an ECDSA issuer. As noted in the original request, NIST and Mozilla (and others) are fairly prescriptive in the choice of signatures (matching the size of the NIST P-curve), and we shouldn't usually use a smaller (or worse, larger and truncate!) hash. Ignore the configuration of signature bits and always use autodetection for ECDSA like ed25519. Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
Configuration menu - View commit details
-
Copy full SHA for ca45941 - Browse repository at this point
Copy the full SHA ca45941View commit details -
Bug Fix and Glimmerize secret-edit component (#14941)
* inital glimmerize * wip * wip * wip * fix maybeQueryRecord * fix * fix * fix test * cleanup * add changelog * clean up
Configuration menu - View commit details
-
Copy full SHA for 55afadf - Browse repository at this point
Copy the full SHA 55afadfView commit details -
Agent error log level is mismatched (#14424)
* [VAULT-1618] Agent error log level is mismatched `logLevelToStringPtr` translates `go-hclog`'s `ERROR` to `"ERROR"` for Consul Template's runner, but that expects `ERR` and is quite strict about it. This will address hashicorp/vault-k8s#223 after it is set as the default image in `vault-k8s`. I didn't find a simple way to test this other than starting up a full server and agent and letting them run, which is unfortunately fairly slow. I confirmed that this addresses the original issue by modifying the helm chart with the values in this commit and patching the log level to `err`. * VAULT-1618 Add changelog/14424.txt * VAULT-1618 Update changelog/14424.txt based on @kalafut suggestion Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com> * VAULT-1618 Move cancel and server stop into defer in tests * VAULT-1618 Triggering CircleCI tests * VAULT-1618 Replace ioutil with os functions for agent template tests Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com>
Configuration menu - View commit details
-
Copy full SHA for 311910b - Browse repository at this point
Copy the full SHA 311910bView commit details -
UI/Add months to activity serializer (#14942)
* add mock monthly data to mirage handler * add months to serializer for activity response * change selectors Co-authored-by: Chelsea Shaw <82459713+hashishaw@users.noreply.github.com> * clean up serializer * please stop being flakey <3 Co-authored-by: Chelsea Shaw <82459713+hashishaw@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 48b43e9 - Browse repository at this point
Copy the full SHA 48b43e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7b5b2a - Browse repository at this point
Copy the full SHA e7b5b2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c22a584 - Browse repository at this point
Copy the full SHA c22a584View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33e5b32 - Browse repository at this point
Copy the full SHA 33e5b32View commit details
Commits on Apr 8, 2022
-
Don't clone OutputCurlString value (#14968)
* Don't clone OutputCurlString value, add flag to docs * Add changelog
Configuration menu - View commit details
-
Copy full SHA for ec1a3cf - Browse repository at this point
Copy the full SHA ec1a3cfView commit details -
Ensure initialMmapSize is 0 on Windows (#14977)
* ensure initialMmapSize is 0 on windows * add changelog
Configuration menu - View commit details
-
Copy full SHA for bacfe5a - Browse repository at this point
Copy the full SHA bacfe5aView commit details -
Vault 3992 documentation changes (#14918)
* doc changes * adding config changes * adding chnages to plugins * using include * making doc changes * adding newline
Configuration menu - View commit details
-
Copy full SHA for 76ed511 - Browse repository at this point
Copy the full SHA 76ed511View commit details -
* set displayName to include RoleSessionName
Configuration menu - View commit details
-
Copy full SHA for 5f4e32e - Browse repository at this point
Copy the full SHA 5f4e32eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f258885 - Browse repository at this point
Copy the full SHA f258885View commit details
Commits on Apr 11, 2022
-
Warnings indicating ignored and replaced parameters (#14962)
* Warnings indicating ignored and replaced parameters * Avoid additional var creation * Add warnings only if the response is non-nil * Return the response even when error is non-nil * Fix tests * Rearrange comments * Print warning in the log * Fix another test * Add CL
Configuration menu - View commit details
-
Copy full SHA for fd73653 - Browse repository at this point
Copy the full SHA fd73653View commit details -
Fix edit capabilities call in auth method (#14966)
* Fix edit capabilities call in auth method - Capabilities call was not getting triggered correctly as apiPath method was missing the correct context. * Added changelog
Configuration menu - View commit details
-
Copy full SHA for 361b213 - Browse repository at this point
Copy the full SHA 361b213View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e94e0d - Browse repository at this point
Copy the full SHA 4e94e0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd65dc3 - Browse repository at this point
Copy the full SHA dd65dc3View commit details