Kyle Schochenmaier
ec610f273f
[docs] update docs for latest 0.26.0 release ( #23890 )
...
* update docs for latest release
* update to 0.26.1
2023-10-31 11:19:57 -07:00
Theron Voran
41cc3b31bf
docs/vault-helm: updates for the last release (v0.25.0) ( #23844 )
2023-10-26 08:37:54 -07:00
Nick Cabatoff
64b50ad7a1
Support mixed case consul service tags on consul storage engine ( #6483 )
...
* When support for service tags was added, the only way we had to parse
and dedup a list of strings also forced them to be lowercase. Now there's
another helper func that doesn't smash the case so use that instead.
* update Consul 'service_tag' documentation to include case sensitivity
* added upgrade guide for 1.15
* test for service tags
Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com >
Co-authored-by: Peter Wilson <peter.wilson@hashicorp.com >
2023-07-25 20:26:54 +00:00
Anton Averchenkov
f4f0412b6a
[docs] Convert titles to sentense case ( #21426 )
...
* Convert documentation titles to sentense case
* Docker, Google, Foundry, Cloud proper case
2023-06-30 19:22:07 -04:00
melmus
816e182b68
doc/Update service_registration if use Vault HA ( #19920 )
...
* Update service_registration if use Vault HA
* Update protocol
* Minor updates for style consistency
---------
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com >
2023-04-21 17:04:25 +00:00
Christopher Swenson
d697b08502
Update docs for Helm 0.24.0 release ( #20049 )
...
Release: https://github.com/hashicorp/vault-helm/releases/tag/v0.24.0
2023-04-07 14:03:43 -07:00
Ashlee M Boyer
06df5b9d95
docs: Migrate link formats ( #18696 )
...
* Adding check-legacy-links-format workflow
* Adding test-link-rewrites workflow
* Updating docs-content-check-legacy-links-format hash
* Migrating links to new format
Co-authored-by: Kendall Strautman <kendallstrautman@gmail.com >
2023-01-25 16:12:15 -08:00
Chris Capurso
7d9bc82bee
Add Consul Dataplane compatibility info to docs ( #18041 )
...
* add compatibility info to consul service reg docs
* fix alert formatting
* add consul dataplane compatibility partial
* add compat partial to more consul doc pages
* fix links
2022-11-22 08:56:18 -05:00
Tom Proctor
965f8c2236
Update documentation for vault-helm v0.22.1 release ( #17695 )
2022-10-28 11:56:02 +01:00
Bryce Kalow
47875daf53
website: fixes redirected links ( #17574 )
...
* fixes redirected links
* fix broken link to key wrapping guide
2022-10-18 14:06:27 -04:00
Bryce Kalow
fe3daa411a
website: content updates for developer ( #17035 )
...
* Chore (dev portal): update learn nav data links (#15515 )
* Update docs-nav-data.json
* Update docs-nav-data.json
* website: fixes internal redirects (#15750 )
* chore: remove duplicate overview item (#15805 )
* Use `badge` for `<sup>` tags in nav data JSON files (#15928 )
* Replacing <sup> tags with badge
* Adding type and color to badges
* fix broken links in vault docs (#15976 )
* website: Update old learn links to redirect locations (#16047 )
* update previews to render developer UI
* update redirects
* adjust content so it is backwards compat
Co-authored-by: HashiBot <62622282+hashibot-web@users.noreply.github.com >
Co-authored-by: Kendall Strautman <36613477+kendallstrautman@users.noreply.github.com >
Co-authored-by: Ashlee M Boyer <43934258+ashleemboyer@users.noreply.github.com >
2022-09-22 08:11:04 -07:00
Luis (LT) Carbonell
0e84613cc4
Add links for service registration provides ( #17170 )
2022-09-16 15:28:18 -05:00
Christopher Swenson
562110d887
Update docs for helm 0.22.0 ( #17072 )
...
Update docs for helm 0.22.0
Including Prometheus Operator support.
Co-authored-by: Theron Voran <tvoran@users.noreply.github.com >
2022-09-08 15:30:32 -07:00
Theron Voran
b46f8e42a6
docs/vault-helm: updates for the v0.21.0 release ( #16731 )
...
Also added a partial for the helm version note.
2022-08-16 14:56:30 -07:00
Tom Proctor
39323c5c71
Update documentation for vault-helm v0.20.0 release ( #15450 )
2022-05-18 09:50:15 +01:00
Benjamin Chrobot
dd91b9a719
docs: add missing k8s verb ( #12374 )
2022-03-16 14:24:19 -05:00
Robert
dd6516933e
Clarify service_registration stanza version ( #14213 )
...
* Clarify when service_registraion was introduced
Resolves https://github.com/hashicorp/vault/issues/8768
Language is modeled after the nomad acl version limits
> ~> Version information ACLs are only available on Nomad 0.7.0 and above.
1e720054e5/website/pages/docs/secrets/nomad/index.mdx
* Update phrasing to clarify vault isn't rquired
* rephrase
* Rewording statements
Co-authored-by: Spencer Owen <owenspencer@gmail.com >
2022-02-23 10:18:52 -05:00
Blake Covarrubias
272e8f78ff
docs: Remove permissive policies in Consul ACL examples ( #12454 )
...
The ACL policy examples documented on the Consul Storage Backend and
Consul Service Registration pages are too permissive. Both policies
unnecessarily grant agent:write and node:write access for all agents
within the Consul datacenter. When Consul is used solely for service
registration, `service:write` is only required permission.
This commit modifies the policy for the Consul Storage Backend to
remove node:write access, and changes agent:write to agent:read.
The policy on the Consul Service Registration page is updated to
remove all KV-related privileges, and solely grant the necessary
service:write permission.
2021-09-28 14:13:41 -07:00
Bryce Kalow
e27b43c482
feat(website): migrates nav data format and updates docs pages ( #11242 )
...
* migrates nav data format and updates docs pages
* removes sidebar_title from content files
2021-04-06 13:49:04 -04:00
Jeff Escalante
179df992c0
Implement MDX Remote ( #10581 )
...
* implement mdx remote
* fix an unfenced code block
* fix partials path
Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com >
2020-12-17 16:53:33 -05:00