stackdriver-tools
stackdriver-tools copied to clipboard
The tile config leaks the service-account because it's not marked as a credential
Context:
Tile version: 2.1.0 (current latest) When exporting the OpsManager state so we can back it up, our automatic credential detector did detect a credential.
".properties.service_account": {
"configurable": true,
"credential": false, <--this-should-be-true
"optional": false,
"type": "text",
"value": "MANUALLY-REDACTED"
},
This exposes the service account json and should be avoided.