Skip to content

Commit

Permalink
Fixup copy and add link within nav
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisroberts committed May 3, 2024
1 parent 106b51b commit 76b9d94
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This document describes the behavior of Vagrant Cloud after an organization is m

# Vagrant Cloud Redirects

After an ogranization has been migrated to HCP Vagrant Registry any requests Vagrant Cloud receives for that organization, or any boxes within that organization, will be automatically redirected to the proper location on HCP Vagrant Registry.
After an organization has been migrated to HCP Vagrant Registry any requests Vagrant Cloud receives for that organization, or any boxes within that organization, will be automatically redirected to the proper location on HCP Vagrant Registry.

# API

Expand All @@ -26,7 +26,7 @@ The format of the composite access token is:
<VAGRANT_CLOUD_TOKEN>;<HCP_TOKEN>
```

If all organizations have been migrated to HCP Vagrant Registry the Vagrant Cloud access token will not be needed and the format of the access token is:
If all organizations have been migrated to HCP Vagrant Registry the Vagrant Cloud access token will not be needed. The format of the access token is:

```
;<HCP_TOKEN>
Expand All @@ -36,8 +36,8 @@ If all organizations have been migrated to HCP Vagrant Registry the Vagrant Clou

The following prerequisites are required for generating an HCP access token:

* [HCP Service Principal](https://developer.hashicorp.com/hcp/docs/hcp/admin/iam/service-principals)
* [HCP CLI](https://developer.hashicorp.com/hcp/docs/cli)
* [HCP Service Principal](/hcp/docs/hcp/admin/iam/service-principals)
* [HCP CLI](/hcp/docs/cli)

Using the `CLIENT_ID` and `CLIENT_SECRET` from the HCP service principal login to HCP using the `hcp` command:

Expand Down
4 changes: 4 additions & 0 deletions website/data/vagrant-cloud-nav-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
{
"title": "Migration Troubleshooting",
"path": "hcp-vagrant/troubleshooting"
},
{
"title": "Post Migration",
"path": "hcp-vagrant/post-migration-guide"
}
]
},
Expand Down

0 comments on commit 76b9d94

Please sign in to comment.