Documentation ¶
Index ¶
- Constants
- func GetDefaultPath(name string) string
- func HttpGetter(httpClient *http.Client, fullURL string) (string, error)
- func JSONDecoder(origin string) *json.Decoder
- func SaveFrameworkInFile(framework *opapolicy.Framework, path string) error
- type ArmoAPI
- type DownloadReleasedPolicy
- type IPolicyGetter
- type LoadPolicy
- type TenantResponse
Constants ¶
View Source
const ( ArmoBEURL = "eggdashbe.eudev3.cyberarmorsoft.com" ArmoERURL = "report.eudev3.cyberarmorsoft.com" ArmoFEURL = "armoui.eudev3.cyberarmorsoft.com" )
View Source
const DefaultLocalStore = ".kubescape"
======================================================================================================================= ============================================== LoadPolicy ============================================================= =======================================================================================================================
Variables ¶
This section is empty.
Functions ¶
func GetDefaultPath ¶
func JSONDecoder ¶
JSONDecoder returns JSON decoder for given string
Types ¶
type ArmoAPI ¶
type ArmoAPI struct {
// contains filtered or unexported fields
}
Armo API for downloading policies
func NewArmoAPI ¶
func NewArmoAPI() *ArmoAPI
func (*ArmoAPI) GetCustomerGUID ¶ added in v1.0.42
func (armoAPI *ArmoAPI) GetCustomerGUID() (*TenantResponse, error)
func (*ArmoAPI) GetExceptions ¶ added in v1.0.36
func (armoAPI *ArmoAPI) GetExceptions(customerGUID, clusterName string) ([]armotypes.PostureExceptionPolicy, error)
type DownloadReleasedPolicy ¶
type DownloadReleasedPolicy struct {
// contains filtered or unexported fields
}
Download released version
func NewDownloadReleasedPolicy ¶
func NewDownloadReleasedPolicy() *DownloadReleasedPolicy
func (*DownloadReleasedPolicy) GetExceptions ¶ added in v1.0.36
func (drp *DownloadReleasedPolicy) GetExceptions(customerGUID, clusterName string) ([]armotypes.PostureExceptionPolicy, error)
func (*DownloadReleasedPolicy) GetFramework ¶
func (drp *DownloadReleasedPolicy) GetFramework(name string) (*opapolicy.Framework, error)
type IPolicyGetter ¶
type LoadPolicy ¶
type LoadPolicy struct {
// contains filtered or unexported fields
}
Load policies from a local repository
func NewLoadPolicy ¶
func NewLoadPolicy(filePath string) *LoadPolicy
func (*LoadPolicy) GetExceptions ¶ added in v1.0.36
func (lp *LoadPolicy) GetExceptions(customerGUID, clusterName string) ([]armotypes.PostureExceptionPolicy, error)
func (*LoadPolicy) GetFramework ¶
func (lp *LoadPolicy) GetFramework(frameworkName string) (*opapolicy.Framework, error)
type TenantResponse ¶ added in v1.0.42
Click to show internal directories.
Click to hide internal directories.