Commit Graph

40 Commits

Author SHA1 Message Date
Jason Joo
a5caf4e1cb
fix: cert auth method watches cert file change and NewCreds() notification (#28126)
Signed-off-by: Jason Joo <hblzxsj@gmail.com>
2024-10-02 13:41:55 -04:00
Mark Lewis
a89f8d5228
Update index.mdx (#28350)
Typo

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2024-09-19 18:28:50 -07:00
Violet Hynes
e17fc06824
Add note about vault kv get to Proxy docs (#28400) 2024-09-17 15:22:34 -04:00
Violet Hynes
f786af16a9
Add docs note about Windows paths (#27946) 2024-08-02 09:49:54 -04:00
Violet Hynes
b689fc62f1
VAULT-29198 CE side changes for Proxy update forwarding (#27891)
* VAULT-29198 CE side changes for Proxy update forwarding

* VAULT-29198 changelog
2024-07-29 12:58:55 -04:00
Johnny Fang
7ca16627f5
Fixing typo "auth_auth" should be "auto_auth" (#27758)
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
2024-07-19 12:12:02 -07:00
Violet Hynes
43480a6387
Add section clarifying Agent and Proxy availability (#27615)
* Add section clarifying Agent and Proxy availability

* Further clarification

* typo

* Reorder table
2024-06-28 14:45:42 +01:00
Violet Hynes
92e995c68e
Note that Vault Proxy is supported as a Windows Service (#27306)
* Note that Vault Proxy is supported as a Windows Service

* Formatting
2024-05-31 13:04:17 -04:00
Seena Fallah
5c275e7d88
agent: allow changing file ownership in file sink (#27123)
* agent: allow changing file ownership in file sink

Allow changing the ownership of the token file in file sink.

Signed-off-by: Seena Fallah <seenafallah@gmail.com>

* Consistency: id -> ID

* Add changelog

* Remove empty line in changelog

* agent: add godoc for TestFileSinkMode_Ownership

Signed-off-by: Seena Fallah <seenafallah@gmail.com>

---------

Signed-off-by: Seena Fallah <seenafallah@gmail.com>
Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
2024-05-30 15:11:37 -04:00
markafarrell
476b0d57c9
Add vault.agent.authenticated metric (#26570)
* add vault.agent.authenticated metric

fix metric name

* Update command/agentproxyshared/auth/auth.go

---------

Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
2024-05-28 12:28:24 -04:00
Violet Hynes
f2b4ca4def
VAULT-24736 CE changes for static secret capability behaviour toggle (#26744) 2024-05-03 14:12:19 -04:00
Violet Hynes
eb35916034
Fix leased non-renewable secrets docs, and some capitalization (#26370)
* Fix leased non-renewable secrets docs, and some capitalization

* Update based on review

* typo
2024-04-12 15:56:33 -04:00
divyaac
1e3efed2fa
Documentation for Self Healing Auto Auth Proxy and Agent (#26324)
* Documentation for Self Healing Auto Auth Proxy and Agent'

* Added or

* Edited one more thing
2024-04-09 13:40:15 -07:00
mickael-hc
8cbab3b09f
docs: update proxy auto-auth recommendations (#25746)
* update proxy auto-auth

recommmend 1 proxy per application when using auto-auth

* Update website/content/docs/agent-and-proxy/proxy/apiproxy.mdx

* Update website/content/docs/agent-and-proxy/proxy/apiproxy.mdx

* add feedback from @violethynes

cannot commit the suggestions due to them being marked as "outdated"
2024-03-01 12:18:36 -05:00
Violet Hynes
5e42f9a8d3
VAULT-24385 docs updates for proxy static secret caching -> ent (#25677)
* VAULT-24385 docs updates for proxy static secret caching -> ent

* VAULT-24385 we -> you
2024-02-28 10:28:51 -05:00
Violet Hynes
9ed834cdce
Fix a broken link (#25648) 2024-02-26 16:58:08 -05:00
Kevin Schoonover
19aeaa57a6
add support for 'LeaseRenewalThreshold' in vault agent (#25212)
* add support for 'LeaseRenewalThreshold' in vault agent

* allow LeaseRenewalThreshold to be nil

* address review comments

* Add changelog

---------

Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
2024-02-26 15:49:31 -05:00
Violet Hynes
a649d2b9a9
VAULT-17292 CE portion of changes (#24667)
* VAULT-17292 CE portion of changes

* VAULT-17292 docs

* VAULT-17292 changelog
2024-01-04 13:01:38 -05:00
Chris Capurso
6b142b4dcc
VAULT-22552: Add MaxConnsPerHost field to Agent template_config (#24548)
* add MaxConnectionsPerHost to agent template config

* set MaxConnsPerHost in consul-template manager config

* add MaxConnectionsPerHost to agent generate-config

* fix agent generate-config tests

* doc updates

* bump consul-template to 0.36.0

* add changelog entry

* minor docs change

* fix nil pointer deref for MaxConnectionsPerHost template config

* Update template docs

Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>

---------

Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
2024-01-03 15:06:41 -05:00
Violet Hynes
8ab891c962
Fix templating mention in Proxy docs (#24483) 2023-12-11 16:31:40 -05:00
Peter Wilson
06b9325bb9
fix -log-file so that it uses the correct name and only adds timestamps on rotation (#24297)
* fix -log-file so that it uses the correct name and only adds timestamps on rotation

* added some tests for naming/rotation

* changelog

* revert to previous way of getting created time

* remove unused stat

* comment shuffle

* Update changelog/24297.txt

Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>

* Update website/content/docs/agent-and-proxy/agent/index.mdx

Update 'agent' docs page

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>

* Update website/content/docs/agent-and-proxy/proxy/index.mdx

Update 'proxy' docs page

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>

* Update website/content/docs/commands/server.mdx

Update 'server' docs page

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>

* fix typos

---------

Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2023-12-01 11:30:34 +00:00
Violet Hynes
2dd3ab9da0
Correct required policy in static secret caching docs (#24282) 2023-11-28 16:52:21 -05:00
Violet Hynes
1c9090b117
VAULT-19278 Static secret caching docs (#23621)
* VAULT-19278 First draft of static secret caching docs

* VAULT-19278 Add warning to Agent docs, fix capitalization

* VAULT-19278 typos/formatting

* VAULT-19278 changelog

* VAULT-19278 update based on PR feedback

* VAULT-19278 review feedback

* VAULT-19278 Update based on review

* VAULT-19278 update based on PR feedback

* VAULT-19278 incorporate a lot of PR feedback

* VAULT-19278 Rest of the suggestions

* VAULT-19278 I missed a suggestion

* VAULT-19278 More updates

* VAULT-19278 add docs for disable dynamic secret caching

* VAULT-19278 update changelog

* VAULT-19278 update based on comments
2023-11-02 16:01:49 -04:00
Violet Hynes
05cd022a2f
Fix docs Agent -> Proxy (#23720) 2023-10-18 10:29:16 -04:00
Kuba Wieczorek
ebfde8f33e
Docs: fix a broken link to file sink page on the Agent and Proxy Auto-Auth page (#23661) 2023-10-16 14:24:02 +01:00
Anton Averchenkov
391bb70313
Docs: remove BETA warning from vault agent process supervisor (#23387) 2023-09-28 15:45:56 -04:00
Pavlos Karakalidis
bc69ef899a
docs(agent): clarify usage of exit_after_auth flag (#22954)
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2023-09-15 10:02:18 -07:00
Peter Wilson
a53e78699f
Move code block outside of 'tip' to resolving layout issues (#22395)
* Move code block outside of 'tip' to resolving layout issues

* <tip> block requires a newline before content (and likely after)
2023-08-17 13:49:11 +01:00
Sebin John
ebd4002b56
Support ldap authentication in vault agent (#21641)
* Support ldap authentication in vault agent

* Update documentation

* Add changelog entry
2023-08-14 09:18:42 -04:00
Violet Hynes
7e5f2cebb7
VAULT-14644 Add support for Azure WIF auth to auto-auth (for Agent and Proxy) (#22264)
* VAULT-14644 first draft of changes for WIF support

* VAULT-14644 Potentially finalize Agent work for WIF support

* VAULT-14644 finishing touches

* VAULT-14644 finishing touches

* VAULT-14644 remove extra log

* VAULT-14644 better docs

* VAULT-14644 changelog

* VAULT-14644 review feedback
2023-08-10 10:28:13 -04:00
Noel Quiles
053349f771
fix: Broken docs links (#21938) 2023-07-19 22:27:01 +01:00
Violet Hynes
f54bc0227d
Fix broken docs link (#21937)
* Fix broken docs link

* Capitalize
2023-07-19 10:08:12 -04: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
Yoko Hyakuna
58b6cb1c42
[Docs] Add cross-links to related tutorials (#21405)
* Add cross-links to related tutorials

* Add additional tutorial links
2023-06-22 08:27:00 -07:00
Anton Averchenkov
3908ec9dc4
agent: Fix agent generate-config to accept namespace (#21297) 2023-06-16 16:04:15 -04:00
Violet Hynes
41f392c43f
Fix some broken links/clarify some things in the Vault Proxy docs (#21262)
* Fix some broken links/clarify some things

* More docs fixes

* More docs fixes
2023-06-16 08:47:29 -04:00
Daniel Huckins
7a47df649d
[docs] Add note about agent sidecar injector (#21171)
* add note about agent sidecar injector

Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com>

* Apply suggestions from code review

---------

Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com>
2023-06-13 12:38:54 -04:00
Daniel Huckins
6d232b2dc5
[docs] Agent Process Supervisor Mode (#21056)
* first pass at docs

Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com>

* try to add anchors

Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com>

* links didn't work correctly, just remove

Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com>

* add partial

Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com>

* use new style

Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com>

* add to index

Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com>

* edit index

Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com>

* add config

Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Anton Averchenkov <84287187+averche@users.noreply.github.com>

* update file name

Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com>

* more changes from PR review

Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com>

* updated name

Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com>

* exec -> process supervisor

* convert to old paragraph markers

Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com>

* exec -> process supervisor

* add link

Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com>

* exec -> process supervisor

* exec -> process supervisor

* "full stop"

Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com>

* little blurb about exit behavior

Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com>

* grammar

Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com>

* Apply suggestions from code review

* add link

Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com>

* expand the config section

* add env_template example

Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com>

* expand config description

* fix links

Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com>

* config example

* doesn't support anchors?

Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com>

* update functionality

* Update website/content/docs/agent-and-proxy/agent/process-supervisor.mdx

Co-authored-by: Daniel Huckins <dhuckins@users.noreply.github.com>

* Update website/content/docs/agent-and-proxy/agent/process-supervisor.mdx

* fix link

* move process supervisor mode in alphabetical order

* reference templating language

---------

Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com>
Co-authored-by: Anton Averchenkov <84287187+averche@users.noreply.github.com>
Co-authored-by: Anton Averchenkov <anton.averchenkov@hashicorp.com>
2023-06-12 20:39:25 -04:00
Anton Averchenkov
8194ec14fd
docs: vault agent generate-config (#21120) 2023-06-12 15:10:23 -04:00
Violet Hynes
f48c70a449
VAULT-15546 First pass at Vault Proxy docs (#20578)
* VAULT-15546 First pass at Vault Proxy docs

* VAULT-15546 correct errors

* VAULT-15546 fully qualify paths

* VAULT-15546 remove index

* VAULT-15546 Some typos and clean up

* VAULT-15546 fix link

* VAULT-15546 Add redirects so old links stay working

* VAULT-15546 more explicit redirects

* VAULT-15546 typo fixes

* Suggestions for Vault Agent & Vault Proxy docs (#20612)

* Rename 'agentandproxy' to 'agent-and-proxy' for better URL

* Update the index pages for each section

* VAULT-15546 fix link typo

---------

Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
2023-05-19 13:11:39 -04:00