mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-06-01 12:34:27 -04:00
Remove access manager (#470)
* remove access manager from code base * document new node ssh workflow * keep config backwards compatible * slow down link checking to prevent http 429 Signed-off-by: Fabian Kammel <fk@edgeless.systems>
This commit is contained in:
parent
b0f4a09ebe
commit
b92b3772ca
59 changed files with 251 additions and 2831 deletions
|
@ -52,8 +52,6 @@ const (
|
|||
KubernetesPort = 6443
|
||||
// RecoveryPort port for Constellation recovery server.
|
||||
RecoveryPort = 9999
|
||||
// SSHPort port for SSH access.
|
||||
SSHPort = 22
|
||||
// DebugdPort port for debugd process.
|
||||
DebugdPort = 4000
|
||||
// KonnectivityPort port for konnectivity k8s service.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue