mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-19 04:58:00 +00:00
144160dbfa
* Adding run script, Dockerfile, and container setup script for provisioning with TPM Simulator and Provisioner.Net * Replacing Docker container setup script with Docker Compose .yml file with respective configurations in related files * Adding system_test.yml for GitHub actions to run system tests upon V3 branch pushes. Modifying related files accordingly * Replacing V2 ACA with V3 ACA built from Rocky 9
15 lines
294 B
Bash
15 lines
294 B
Bash
HIRS_ACA_PROVISIONER_IP=172.19.0.3
|
|
HIRS_ACA_PROVISIONER_TPM2_IP=172.19.0.4
|
|
TPM_ENABLED=true
|
|
IMA_ENABLED=false
|
|
|
|
HIRS_ACA_PORTAL_IP=172.19.0.2
|
|
HIRS_ACA_PORTAL_PORT=8443
|
|
HIRS_BROKER_PORT=61616
|
|
HIRS_ACA_PORTAL_CONTAINER_PORT=8443
|
|
|
|
HIRS_ACA_HOSTNAME=hirsaca
|
|
|
|
HIRS_SUBNET=172.19.0.0/16
|
|
|
|
TEST_STATUS=0 |