Affected by GO-2023-1583
and 2 other vulnerabilities
GO-2023-1583 : User data in TPM attestation vulnerable to MITM in github.com/edgelesssys/constellation
GO-2023-1622 : Constellation allows Emergency shell access during initramfs boot phase in github.com/edgelesssys/constellation
GO-2024-2727 : Constellation has pods exposed to peers in VPC in github.com/edgelesssys/constellation
Discover Packages
github.com/edgelesssys/constellation/v2
internal
role
package
Version:
v2.5.1
Opens a new window with list of versions in this module.
Published: Jan 27, 2023
License: AGPL-3.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Role is a peer's role.
const (
Unknown Role = iota
ControlPlane
Worker
)
FromString returns the Role for the given string.
MarshalJSON marshals the Role to JSON string.
UnmarshalJSON unmarshals the Role from JSON string.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.