Affected by GO-2023-1622
and 2 other vulnerabilities
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
GO-2025-4076 : Constellation has insecure LUKS2 persistent storage partitions which may be opened and used in github.com/edgelesssys/constellation
Discover Packages
github.com/edgelesssys/constellation/v2
internal
role
package
Version:
v2.5.2
Opens a new window with list of versions in this module.
Published: Feb 16, 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.