Easy heading | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Where are the configuration folder?
/opt/gytpol/config
config.json file example:
Code Block |
---|
{
"HttpVerifyCert": false,
"HttpTimeout": 10000000000,
"ServerAddress": "https://q1w2e3r4.execute-api.us-east-2.amazonaws.com/prod",
"ArchivedFilePath": "archive",
"ArchivedEncryptedReportName": "encrypted-report.json",
"metricConfigPath": "configs/metrics.json",
"cloudCfg": {
"Region": "us-east-2",
"AccessKeyID": "++AccessKeyID_String==",
"SecretAccessKey": "++SecretAccessKey_String==",
"ReportsBucket": {
"scanner-report": "gytpol-CUSTOMER-us-analyzer-reports",
"remediation-report": "gytpol-CUSTOMER-us-analyzer-reports",
"log-report": "gytpol-CUSTOMER-us-analyzer-reports"
}
}
} |
Anchor | ||||
---|---|---|---|---|
|
...
Identify and choose the right package according to the table below:
Platform | Architecture | Terminal output | Package file |
macOS | Intel chipset | i386 | gytpol-client-<version>_amd64.pkg |
macOS | Apple silicon | arm | gytpol-client-<version>_arm64.pkg |
...