docs: publish

This commit is contained in:
Thomas Tendyck 2023-03-06 10:41:56 +01:00 committed by Thomas Tendyck
parent c7f0cf1e79
commit 3471d73c6c
13 changed files with 16 additions and 16 deletions

View File

@ -78,7 +78,7 @@ For step-by-step instructions on how to do this, refer to [Upgrade your cluster]
### Attestation of upgrades ### Attestation of upgrades
With every new image, corresponding measurements are released. With every new image, corresponding measurements are released.
During an update procedure, the CLI provides the new measurements to the [JoinService](components.md#joinservice) securely. During an update procedure, the CLI provides new measurements to the [JoinService](components.md#joinservice) securely.
New measurements for an updated image are automatically pulled and verified by the CLI following the [supply chain security concept](attestation.md#chain-of-trust) of Constellation. New measurements for an updated image are automatically pulled and verified by the CLI following the [supply chain security concept](attestation.md#chain-of-trust) of Constellation.
The [attestation section](attestation.md#cluster-facing-attestation) describes in detail how these measurements are then used by the JoinService for the attestation of nodes. The [attestation section](attestation.md#cluster-facing-attestation) describes in detail how these measurements are then used by the JoinService for the attestation of nodes.

View File

@ -78,7 +78,7 @@ For step-by-step instructions on how to do this, refer to [Upgrade your cluster]
### Attestation of upgrades ### Attestation of upgrades
With every new image, corresponding measurements are released. With every new image, corresponding measurements are released.
During an update procedure, the CLI provides the new measurements to the [JoinService](components.md#joinservice) securely. During an update procedure, the CLI provides new measurements to the [JoinService](components.md#joinservice) securely.
New measurements for an updated image are automatically pulled and verified by the CLI following the [supply chain security concept](attestation.md#chain-of-trust) of Constellation. New measurements for an updated image are automatically pulled and verified by the CLI following the [supply chain security concept](attestation.md#chain-of-trust) of Constellation.
The [attestation section](attestation.md#cluster-facing-attestation) describes in detail how these measurements are then used by the JoinService for the attestation of nodes. The [attestation section](attestation.md#cluster-facing-attestation) describes in detail how these measurements are then used by the JoinService for the attestation of nodes.

View File

@ -76,7 +76,7 @@ For step-by-step instructions on how to do this, refer to [Upgrade your cluster]
### Attestation of upgrades ### Attestation of upgrades
With every new image, corresponding measurements are released. With every new image, corresponding measurements are released.
During an update procedure, the CLI provides the new measurements to the [JoinService](components.md#joinservice) securely. During an update procedure, the CLI provides new measurements to the [JoinService](components.md#joinservice) securely.
New measurements for an updated image are automatically pulled and verified by the CLI following the [supply chain security concept](attestation.md#chain-of-trust) of Constellation. New measurements for an updated image are automatically pulled and verified by the CLI following the [supply chain security concept](attestation.md#chain-of-trust) of Constellation.
The [attestation section](attestation.md#cluster-facing-attestation) describes in detail how these measurements are then used by the JoinService for the attestation of nodes. The [attestation section](attestation.md#cluster-facing-attestation) describes in detail how these measurements are then used by the JoinService for the attestation of nodes.

View File

@ -111,7 +111,7 @@ If you don't have a cloud subscription, you can try [MiniConstellation](first-st
<tabs groupId="csp"> <tabs groupId="csp">
<tabItem value="azure" label="Azure"> <tabItem value="azure" label="Azure">
The following resource providers need to be need to be [registered](https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/resource-providers-and-types#register-resource-provider) in your subscription: The following [resource providers need to be need to be registered](https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/resource-providers-and-types#register-resource-provider) in your subscription:
* `Microsoft.Compute` * `Microsoft.Compute`
* `Microsoft.ManagedIdentity` * `Microsoft.ManagedIdentity`
* `Microsoft.Network` * `Microsoft.Network`

View File

@ -16,7 +16,7 @@ Note that every operation on a cluster always has to be performed from the direc
## Cluster creation process ## Cluster creation process
To allow for fine-grained configuration of your cluster and cloud environment, Constellation supports an extensive configuration file with strong defaults. [Generating the configuration file](../workflows/create.md#configuration) is typically the first thing you do in the workspace. To allow for fine-grained configuration of your cluster and cloud environment, Constellation supports an extensive configuration file with strong defaults. [Generating the configuration file](../workflows/config.md) is typically the first thing you do in the workspace.
Altogether, the following files are generated during the creation of a Constellation cluster and stored in the current workspace: Altogether, the following files are generated during the creation of a Constellation cluster and stored in the current workspace:
@ -76,7 +76,7 @@ For step-by-step instructions on how to do this, refer to [Upgrade your cluster]
### Attestation of upgrades ### Attestation of upgrades
With every new image, corresponding measurements are released. With every new image, corresponding measurements are released.
During an update procedure, the CLI provides the new measurements to the [JoinService](components.md#joinservice) securely. During an update procedure, the CLI provides new measurements to the [JoinService](components.md#joinservice) securely.
New measurements for an updated image are automatically pulled and verified by the CLI following the [supply chain security concept](attestation.md#chain-of-trust) of Constellation. New measurements for an updated image are automatically pulled and verified by the CLI following the [supply chain security concept](attestation.md#chain-of-trust) of Constellation.
The [attestation section](attestation.md#cluster-facing-attestation) describes in detail how these measurements are then used by the JoinService for the attestation of nodes. The [attestation section](attestation.md#cluster-facing-attestation) describes in detail how these measurements are then used by the JoinService for the attestation of nodes.

View File

@ -111,7 +111,7 @@ If you don't have a cloud subscription, you can try [MiniConstellation](first-st
<tabs groupId="csp"> <tabs groupId="csp">
<tabItem value="azure" label="Azure"> <tabItem value="azure" label="Azure">
The following resource providers need to be need to be [registered](https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/resource-providers-and-types#register-resource-provider) in your subscription: The following [resource providers need to be registered](https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/resource-providers-and-types#register-resource-provider) in your subscription:
* `Microsoft.Compute` * `Microsoft.Compute`
* `Microsoft.ManagedIdentity` * `Microsoft.ManagedIdentity`
* `Microsoft.Network` * `Microsoft.Network`

View File

@ -32,7 +32,7 @@ constellation config generate aws
This creates the file `constellation-conf.yaml` in the current directory. This creates the file `constellation-conf.yaml` in the current directory.
## Choosing VM types ## Choosing a VM type
Constellation supports the following VM types: Constellation supports the following VM types:
<tabs groupId="csp"> <tabs groupId="csp">

View File

@ -16,7 +16,7 @@ Note that every operation on a cluster always has to be performed from the direc
## Cluster creation process ## Cluster creation process
To allow for fine-grained configuration of your cluster and cloud environment, Constellation supports an extensive configuration file with strong defaults. [Generating the configuration file](../workflows/create.md#configuration) is typically the first thing you do in the workspace. To allow for fine-grained configuration of your cluster and cloud environment, Constellation supports an extensive configuration file with strong defaults. [Generating the configuration file](../workflows/config.md) is typically the first thing you do in the workspace.
Altogether, the following files are generated during the creation of a Constellation cluster and stored in the current workspace: Altogether, the following files are generated during the creation of a Constellation cluster and stored in the current workspace:
@ -76,7 +76,7 @@ For step-by-step instructions on how to do this, refer to [Upgrade your cluster]
### Attestation of upgrades ### Attestation of upgrades
With every new image, corresponding measurements are released. With every new image, corresponding measurements are released.
During an update procedure, the CLI provides the new measurements to the [JoinService](components.md#joinservice) securely. During an update procedure, the CLI provides new measurements to the [JoinService](components.md#joinservice) securely.
New measurements for an updated image are automatically pulled and verified by the CLI following the [supply chain security concept](attestation.md#chain-of-trust) of Constellation. New measurements for an updated image are automatically pulled and verified by the CLI following the [supply chain security concept](attestation.md#chain-of-trust) of Constellation.
The [attestation section](attestation.md#cluster-facing-attestation) describes in detail how these measurements are then used by the JoinService for the attestation of nodes. The [attestation section](attestation.md#cluster-facing-attestation) describes in detail how these measurements are then used by the JoinService for the attestation of nodes.

View File

@ -111,7 +111,7 @@ If you don't have a cloud subscription, you can try [MiniConstellation](first-st
<tabs groupId="csp"> <tabs groupId="csp">
<tabItem value="azure" label="Azure"> <tabItem value="azure" label="Azure">
The following resource providers need to be need to be [registered](https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/resource-providers-and-types#register-resource-provider) in your subscription: The following [resource providers need to be registered](https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/resource-providers-and-types#register-resource-provider) in your subscription:
* `Microsoft.Compute` * `Microsoft.Compute`
* `Microsoft.ManagedIdentity` * `Microsoft.ManagedIdentity`
* `Microsoft.Network` * `Microsoft.Network`

View File

@ -32,7 +32,7 @@ constellation config generate aws
This creates the file `constellation-conf.yaml` in the current directory. This creates the file `constellation-conf.yaml` in the current directory.
## Choosing VM types ## Choosing a VM type
Constellation supports the following VM types: Constellation supports the following VM types:
<tabs groupId="csp"> <tabs groupId="csp">

View File

@ -16,7 +16,7 @@ Note that every operation on a cluster always has to be performed from the direc
## Cluster creation process ## Cluster creation process
To allow for fine-grained configuration of your cluster and cloud environment, Constellation supports an extensive configuration file with strong defaults. [Generating the configuration file](../workflows/create.md#configuration) is typically the first thing you do in the workspace. To allow for fine-grained configuration of your cluster and cloud environment, Constellation supports an extensive configuration file with strong defaults. [Generating the configuration file](../workflows/config.md) is typically the first thing you do in the workspace.
Altogether, the following files are generated during the creation of a Constellation cluster and stored in the current workspace: Altogether, the following files are generated during the creation of a Constellation cluster and stored in the current workspace:
@ -76,7 +76,7 @@ For step-by-step instructions on how to do this, refer to [Upgrade your cluster]
### Attestation of upgrades ### Attestation of upgrades
With every new image, corresponding measurements are released. With every new image, corresponding measurements are released.
During an update procedure, the CLI provides the new measurements to the [JoinService](components.md#joinservice) securely. During an update procedure, the CLI provides new measurements to the [JoinService](components.md#joinservice) securely.
New measurements for an updated image are automatically pulled and verified by the CLI following the [supply chain security concept](attestation.md#chain-of-trust) of Constellation. New measurements for an updated image are automatically pulled and verified by the CLI following the [supply chain security concept](attestation.md#chain-of-trust) of Constellation.
The [attestation section](attestation.md#cluster-facing-attestation) describes in detail how these measurements are then used by the JoinService for the attestation of nodes. The [attestation section](attestation.md#cluster-facing-attestation) describes in detail how these measurements are then used by the JoinService for the attestation of nodes.

View File

@ -111,7 +111,7 @@ If you don't have a cloud subscription, you can try [MiniConstellation](first-st
<tabs groupId="csp"> <tabs groupId="csp">
<tabItem value="azure" label="Azure"> <tabItem value="azure" label="Azure">
The following resource providers need to be need to be [registered](https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/resource-providers-and-types#register-resource-provider) in your subscription: The following [resource providers need to be registered](https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/resource-providers-and-types#register-resource-provider) in your subscription:
* `Microsoft.Compute` * `Microsoft.Compute`
* `Microsoft.ManagedIdentity` * `Microsoft.ManagedIdentity`
* `Microsoft.Network` * `Microsoft.Network`

View File

@ -36,7 +36,7 @@ This creates the file `constellation-conf.yaml` in the current directory.
You can also automatically generate a configuration file by adding the `--generate-config` flag to the `constellation iam create` command when [creating an IAM configuration](#creating-an-iam-configuration). You can also automatically generate a configuration file by adding the `--generate-config` flag to the `constellation iam create` command when [creating an IAM configuration](#creating-an-iam-configuration).
::: :::
## Choosing VM types ## Choosing a VM type
Constellation supports the following VM types: Constellation supports the following VM types:
<tabs groupId="csp"> <tabs groupId="csp">