12 lines
384 B
HCL
12 lines
384 B
HCL
# SPIRE test configuration for integration testing.
|
|
#
|
|
# This HCL file is used to test plugin configuration parsing.
|
|
# It represents the plugin_data block from a SPIRE server config.
|
|
|
|
PluginConfig {
|
|
trust_domain = "test.example.org"
|
|
cluster_id = "test-cluster"
|
|
governance_addr = "localhost:50051"
|
|
ceremony_addr = "localhost:50052"
|
|
notary_addr = "localhost:50053"
|
|
}
|