Commit graph

10 commits

Author SHA1 Message Date
Robert Main
0ee60dc9ad
Add deprecation notice to docs 2025-11-20 12:41:04 -05:00
Chris Roberts
12af53a6a3
Prefer pwsh executable over powershell excutable
Prefer to use the pwsh executable over the powershell executable
as the pwsh exectuable will be faster loading than the powershell
executable. If the pwsh executable is not found, the powershell
executable will be used instead. The preference can be overridden
using the VAGRANT_PREFERRED_POWERSHELL environment variable.
2025-04-15 14:15:56 -07:00
Kendall Strautman
cb582eef13 Migrating links to new format 2023-01-19 16:27:47 -08:00
lmnewton
bfb3c88e16 Fixing typo for VAGRANT_DISABLE_WINCURL option in website docs 2022-07-28 15:18:57 -05:00
sophia
d05e4503bb Add docs for VAGRANT_SUPPRESS_GO_EXPERIMENTAL_WARNING env var 2022-07-28 11:54:32 -05:00
Bryce Kalow
2c3397c468
feat(website): migrates nav data format and updates docs pages (#12259) 2021-03-31 12:10:21 -05:00
Chris Roberts
9b4091b6a6 Add env var docs for disabling wincurl 2021-03-25 14:11:46 -07:00
Chris Roberts
cf51c18ad8 Update authentication middleware access token handling
Replace the `VAGRANT_ALLOW_PARAM_AUTH_TOKEN` environment variable
    with `VAGRANT_SERVER_ACCESS_TOKEN_BY_URL` and update the behavior
    when the environment variable is set to add the access token as
    a query parameter and disable the addition of the authentication
    header.

    Fixes #12080
2021-03-24 17:24:47 -07:00
Chris Roberts
51382a0d0a Deprecate hook and disable access token parameter by default
This sets the `authenticate_box_url` hook as deprecated and also
    disables the cloud auth middleware from adding an access token
    as a URL parameter by default. An environment variable has been
    added which can be used for re-enabling the access token URL
    parameter behavior if required for some legacy system which does
    not support the authorization header.
2021-03-15 14:46:46 -07:00
Jeff Escalante
137f194ccf
update deps, migrate to mdx remote 2020-11-24 14:26:26 -05:00