Scott Miller
555eb2ae0b
Add advice as a trace option to spot checks ( #12105 )
...
* Add advice as a trace option to spot checks
* typo
* Collect advice when forming the tree
2021-07-15 18:01:51 -05:00
Mike Green
53759228b0
Clarify token create policies behavior ( #12106 )
2021-07-15 18:13:58 -04:00
Scott Miller
3f01d92d3b
Suppress logging during a diagnose run ( #12101 )
...
* Suppress logging during a diagnose run
* remove debugging
2021-07-15 16:54:59 -05:00
Yahya
476b293a85
docs: fix heading number in SSH ( #12029 )
2021-07-15 14:25:45 -07:00
John-Michael Faircloth
3baff15c9d
mongodbatlas: update changelog for username customization ( #12098 )
2021-07-15 15:44:03 -05:00
Austin Gebauer
d1c090fe63
secrets/database: fixes external plugin reconnect after shutdown for v4 and v5 interface ( #12087 )
...
* secrets/database: fixes external plugin shutdown reconnect for v5 interface
* adds changelog entry
* fixes handling of plugin shutdown for password generation on v4 interface
2021-07-15 13:41:04 -07:00
Jason O'Donnell
03788bdba2
secrets/ad: change improvement to feature in changelog ( #12095 )
...
* secrets/ad: change improvement to feature in changelog
* Update per feature requirements
2021-07-15 15:55:40 -04:00
claire bontempo
30f9bbd9f5
UI/Clarifies error message for exit test process ( #12094 )
...
* adds console log to elaborate on error message
* fixes browserstack failure
2021-07-15 12:54:42 -07:00
Angel Garbarino
288bc28127
Clarify KV 2 API docs ( #12086 )
...
* initial draft of changes
* address pr comments and add changelog
* remove changelog
2021-07-15 13:09:12 -06:00
Meggie
c6e047d953
changelog++
2021-07-15 13:59:53 -04:00
vinay-gopalan
c20b5f1040
[VAULT-1986] Cap AWS Token TTL based on Default Lease TTL ( #12026 )
...
* fix: cap token TTL at login time based on default lease TTL
* add changelog file
* patch: update warning messages to not include 'at login'
* patch: remove default lease capping and test
* update changelog
* patch: revert warning message
2021-07-15 10:05:38 -07:00
Nick Cabatoff
f027a1b1ff
Revert #12061 due to failures in TestLogical_RequestSizeLimit ( #12093 )
2021-07-15 12:55:09 -04:00
Tom Proctor
491c0ca78b
Update kubernetes auth plugin with AliasLookahead fix ( #12073 )
2021-07-15 14:35:40 +01:00
Danny Hermes
16c3c4902a
Typo fix: period rotation -> periodic rotation (in transit docs) ( #12030 )
2021-07-15 08:18:09 -04:00
Jeff Mitchell
fe18b6f9e0
Swap out sdk/helper libs with implementations in go-secure-stdlib ( #12088 )
...
* Swap out sdk/helper libs with implementations in go-secure-stdlib
* Fix transit batch test
2021-07-15 01:56:37 -04:00
Angel Garbarino
84da2424a7
Fix KV Version History queryParams on the component LinkedBlock ( #12079 )
...
* fix the issue
* add test coverage
* add documentation to link-block
* add changelog
* modify for browserstack
2021-07-14 15:38:55 -06:00
hghaf099
f7635ec1b8
Add namespace in error ( #12061 )
...
* hghaf099-VAULT-1303-Adding namespace in error when it is set
* casting ResponseWriter in handleMonitor to logical.NamespaceResponseWriter
* Casting ResponseWriter conditionally for http.Flusher
Adding changelog
* Improving changlog message
2021-07-14 15:55:55 -04:00
John-Michael Faircloth
07e00882b8
[docs] secrets/identity - grammar and punctuation fixes ( #12065 )
...
* some grammar and punctuation fixes
* remove unneeded char
2021-07-14 14:35:10 -05:00
Mike Green
217f69f8d2
docs/stepdown-clarification ( #12077 )
2021-07-14 15:10:07 -04:00
Loann Le
59bf7b9b09
removed sentence from intro ( #12076 )
2021-07-14 10:08:04 -07:00
Chelsea Shaw
50e5e2f48a
UI: Automatically refresh page on logout ( #12035 )
2021-07-14 10:01:14 -05:00
Scott Miller
ec4b1b69d3
Enable building darwin arm64 for 1.8.x ( #11855 ) ( #12071 )
...
* Enable building darwin arm64 for 1.8.x (#11855 )
* Changelog
Co-authored-by: Vishal Nayak <vishalnayak@users.noreply.github.com>
2021-07-14 09:26:37 -05:00
Martin Lee
10f29e0503
base32.DecodeString expects length 8 for the buffer ( #11887 )
...
Add padding to the input key to ensure it reaches that length.
2021-07-14 07:38:10 -04:00
Scott Miller
ecb5474466
Update Vault main to new API/SDK Tags. ( #12069 )
...
* Update Vault main to new api/sdk tags
* go mod tidy
* Go mod tidy
* Go mod tidy on api
* go mod download on root
2021-07-13 18:54:31 -05:00
Scott Miller
1aa98e81f7
Make any section skippable via string contains skip checking. ( #12055 )
...
* Make any section skippable via string contains skip checking
* Fix unit test
2021-07-13 18:25:04 -05:00
Arnav Palnitkar
d1cc297cd9
Handle form validation for open api form ( #11963 )
...
* Handle form validation for open api form
- Added required validator for all the default fields
* Fixed field group error and adedd comments
* Fixed acceptance tests
* Added changelog
* Fix validation in edit mode
- Handle read only inputs during edit mode
* Minor improvements
* Restrict validation only for userpass
2021-07-13 15:50:27 -07:00
Jeff Mitchell
e520e470a6
Update SDK and API to new tagged versions
2021-07-13 14:52:01 -07:00
Jeff Mitchell
c1f058f18b
Bump API's SDK version
2021-07-13 14:50:49 -07:00
MilenaHC
7c6f775798
updating API docs for InfluxDB ( #12063 )
2021-07-13 16:08:52 -05:00
Jason O'Donnell
8bc9790bf4
docs: fix formatting in azure secrets overview ( #12058 )
2021-07-13 14:55:53 -04:00
Angel Garbarino
fc8914db16
Remove Key validation on KV2 ( #12045 )
...
* remove check on key
* clean up
* amend test
* remove leftover
2021-07-13 11:47:50 -06:00
Yong Wen Chua
7ea650bc06
Update Documentation for GCP Static Account ( #12027 )
...
* Update API Docs for Static Account
* Update CHANGELOGs
* Update guide
* Clarify IAM
* More refinement
* Fix missing replace of roleset while copy/pasting
Co-authored-by: Austin Gebauer <34121980+austingebauer@users.noreply.github.com>
* Remove CHANGELOG
* Fix some double ticks
* Apply suggestions from code review
Co-authored-by: Austin Gebauer <34121980+austingebauer@users.noreply.github.com>
* Update examples
Co-authored-by: Austin Gebauer <34121980+austingebauer@users.noreply.github.com>
2021-07-13 09:36:05 -07:00
Lars Lehtonen
b6f990d1b6
builtin/logical/nomad: fix dropped test errors ( #12052 )
2021-07-13 07:28:46 -04:00
Scott Miller
5ec576a810
Wire up remaining sections for config validation ( #12048 )
...
* wip
* Add validation to storage, serviceregistration
* Wire up remaining sections except Storage which is generic
2021-07-12 16:33:17 -05:00
Hridoy Roy
3c3555d6b4
skip seal check for manual sealing ( #12046 )
...
* skip seal check for manual sealing
* language
2021-07-12 13:22:56 -07:00
Noel Quiles
1826f22297
Bump hashi-stack-menu ( #12047 )
2021-07-12 15:08:23 -04:00
Chelsea Shaw
b1a9e4fe58
UI/control group db cred ( #12024 )
2021-07-12 12:50:30 -05:00
Chris Capurso
505e3f9a89
[VAULT-2825] Fix erroneous 500 resp for field validation errors ( #12042 )
...
* [VAULT-2825] Correctly respond with 400 rather than 500 for field validation errors
* [VAULT-2825] Add changelog entry
* [VAULT-2825] Simplify test assertion
2021-07-12 13:39:28 -04:00
Meggie
02d5ce7374
Add replication example to upgrade docs ( #12040 )
2021-07-12 13:13:45 -04:00
Hridoy Roy
d3034f2851
Diagnose Language Pass ( #11909 )
...
* save
* save
* save
* first round of the diagnose language pass
* capitalization
* first round of feedback
* fix bug in advise
* a few more nouns to verbs
2021-07-11 15:44:19 -07:00
Thor
db9edf519b
cockroachdb: Fix either incorrect or outdated info ( #11512 )
...
The documentation stated that Vault would not create the table
if it doesn't exist. But Vault does attempt to create the table if
it doesn't exist.
Ref:
https://github.com/hashicorp/vault/blob/master/physical/cockroachdb/cockroachdb.go#L84
2021-07-09 14:30:21 -07:00
Jim Kalafut
7986c2c1f8
Update plugin dependencies for 1.8 ( #12036 )
2021-07-09 13:36:52 -07:00
Pratyoy Mukhopadhyay
9b5e89bd34
[VAULT-2776] Add prefix_filter option to Vault ( #12025 )
...
* [VAULT-2776] Add prefix_filter support to vault
* [VAULT-2776] Add filter_default config, update docs
* [VAULT-2776] Add changelog file
* [VAULT-2776] Update telemetry tests and error handling
* [VAULT-2776] Add test fixtures, update test
* [VAULT-2776] Update gitignore hcl filter
2021-07-09 14:49:53 -05:00
Chelsea Shaw
326590f42e
Exit test process if vault fails to initialize ( #11998 )
2021-07-09 14:30:44 -05:00
Nick Cabatoff
a3ac49aa05
VAULT-2809: Tweak creation of vault.db file ( #12034 )
2021-07-09 14:45:50 -04:00
Loann Le
43265d6626
changed name from faqs to faq ( #12033 )
2021-07-09 09:13:49 -07:00
Nick Cabatoff
518944c599
Make the `list` and `kv list` commands work with wrapping, e.g. for controlgroups ( #12031 )
2021-07-09 12:08:58 -04:00
Chris Capurso
349378454a
[VAULT-1836] Support kv-v1 generic mounts for vault.kv.secret.count metric ( #12020 )
...
* [VAULT-1836] Support kv-v1 generic mounts for vault.kv.secret.count metric
* [VAULT-1836] Add changelog entry
2021-07-09 11:05:05 -04:00
Austin Gebauer
f54338977d
secrets/gcp: update to v0.10.1 for static accounts ( #12023 )
2021-07-08 13:53:45 -07:00
Jason O'Donnell
af51033214
secrets/openldap: add schema config to rotate-root ( #12019 )
...
* update go mod & go mod tidy
* Changelog
2021-07-08 13:53:17 -04:00