Skip to content
This repository was archived by the owner on Jun 25, 2020. It is now read-only.
This repository was archived by the owner on Jun 25, 2020. It is now read-only.

The tile config leaks the service-account because it's not marked as a credential #250

@bengtrj

Description

@bengtrj

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions