mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-08 06:52:26 -04:00
joinservice: read additional principals from ClusterConfig (#3900)
* joinservice: read additional principals from ClusterConfig
This commit is contained in:
parent
7500bf2ea0
commit
57874454f7
11 changed files with 154 additions and 15 deletions
|
@ -50,8 +50,6 @@ const (
|
|||
SSHHostKeyPath = "/var/run/state/ssh/ssh_host_ed25519_key"
|
||||
// SSHHostCertificatePath is the path to the SSH host certificate.
|
||||
SSHHostCertificatePath = "/var/run/state/ssh/ssh_host_cert.pub"
|
||||
// SSHAdditionalPrincipalsPath stores additional principals (like the public IP of the load balancer) that get added to all host certificates.
|
||||
SSHAdditionalPrincipalsPath = "/var/run/state/ssh/additional_principals.txt"
|
||||
|
||||
//
|
||||
// Ports.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue