Documentation ¶
Index ¶
Constants ¶
View Source
const ( // MondooCredsSecretServiceAccountKey is the name of the key in the Secret that holds the // Mondoo service account data MondooCredsSecretServiceAccountKey = "config" // MondooCredsSecretIntegrationMRNKey is the name of the key in the Secret that holds the // Mondoo integration MRN (used to CheckIn() via the Mondoo API) MondooCredsSecretIntegrationMRNKey = "integraionmrn" // MondooTokenSecretKey is the name of the key in the Secret that holds the JWT data // used for creating a Mondoo service account MondooTokenSecretKey = "token" // MondooAssetsIntegrationLabel is the label we set for any assets whenever the consoleIntegration is enabled // (for consistency with other integrations, the integration tag will not use the 'k8s' prefix) MondooAssetsIntegrationLabel = "mondoo.com/" + "integration-mrn" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.