Deploy SPIRL Trust Domain Servers
You'll use SPIRL's Helm chart to deploy Trust Domain servers in your Kubernetes cluster.
Here is an example of the Helm chart values.yaml
file. You should adjust it
to your needs.
# SPIRL Trust Domain Server Settings
trustDomainDeployment:
# Trust domain and ID come from the "spirlctl trust-domain register" command.
# You can always find them again using "spirlctl trust-domain list".
trustDomainName: "spirl.example.com"
trustDomainID: "td-diok4t8ahq"
# The trust domain deployment ID is generated from the
# "spirlctl trust-domain deployment create" command. You can always find them again
# using "spirlctl trust-domain deployment list".
id: "tdd-nnlo6k3t3o"
# The "name" corresponds to the value passed to
# "spirlctl trust-domain deployment create" during deployment creation. You can always
# find it again using "spirlctl trust-domain deployment list".
name: "us-west-2"
controlPlane:
auth:
key:
# Trust Domain Key ID from "spirlctl trust-domain register" command output
id: "tdk-jj6lzk6pep"
# Private Key from "spirlctl trust-domain key create" command output
pem: |
-----BEGIN PRIVATE KEY-----
MC4CAQAwBQYDK2VwBCIEIOeg6Cet10sqNY0dPHV3MXKNyxGgrmKeMN0PZKGS+6iB
-----END PRIVATE KEY-----
Download the latest SPIRL Trust Domain Server Helm Chart
You can download the latest version of the Helm chart by running the following command.
helm pull oci://ghcr.io/spirl/charts/spirl-server -d .
Deploy SPIRL Trust Domain Servers
You can deploy SPIRL Trust Domain Servers using the following command. Note that:
- The
--namespace
value must contain thetrustDomainDeploymentID
defined invalues.yaml
- The helm
RELEASE
argument must equal thetrustDomainDeployment.id
defined invalues.yaml
helm upgrade --install --namespace $YOUR_TD_DEPLOYMENT_ID-example \
--create-namespace \
--values ./values.yaml \
$YOUR_TD_DEPLOYMENT_ID ./spirl-server-0.14.0.tgz
The command should produce output similar to the following:
Release "tdd-nnlo6k3t3o" does not exist. Installing it now.
NAME: tdd-nnlo6k3t3o
LAST DEPLOYED: Tue Dec 19 08:28:26 2023
NAMESPACE: tdd-nnlo6k3t3o-example
STATUS: deployed
REVISION: 1
TEST SUITE: None