GO-2022-0995: Talos worker join token can be used to get elevated access level to the Talos API in github.com/talos-systems/talos
package
Version:
v0.2.0-alpha.3
Opens a new window with list of versions in this module.
Published: Jul 22, 2019
License: MPL-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
¶
type Config struct {
Context string `yaml:"context"`
Contexts map[string]*Context `yaml:"contexts"`
}
Config represents the configuration file.
FromString returns a config from a string.
Open reads the config and initilzes a Config struct.
Save writes the config to disk.
type Context struct {
Target string `yaml:"target"`
CA string `yaml:"ca"`
Crt string `yaml:"crt"`
Key string `yaml:"key"`
}
Context represents the set of credentials required to talk to a target.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.