GO-2024-2811: piraeus-operator allows attacker to impersonate service account in github.com/piraeusdatastore/piraeus-operator
package
Version:
v2.0.1
Opens a new window with list of versions in this module.
Published: Mar 8, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
const (
LinstorController Component = "linstor-controller"
LinstorSatellite Component = "linstor-satellite"
LinstorCSI Component = "linstor-csi"
DrbdReactor Component = "drbd-reactor"
DrbdModuleLoader Component = "drbd-module-loader"
)
type ComponentConfig struct {
Tag string `yaml:"tag"`
Match []OsMatch `yaml:"match"`
Image string `yaml:"image"`
}
Config represents a default image mapping used by the operator.
type OsMatch struct {
OsImage string `yaml:"osImage"`
Image string `yaml:"image"`
Precompiled bool `yaml:"precompiled"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.