Skip to content

api_write_token provided as a secret no longer works #55

@tophercullen

Description

@tophercullen

With the release of 0.9.0, providing api_write_token in ECS using firelense log secrets results in an empty value, causing all API calls to fail. e.g. {"logConfiguration": { "secretOptions": { "name": "api_write_token", "valueFrom": "somekey" }}}

This same config/setup works with 0.18.8 (and prior).

Only providing the api_write_token in plaintext works with the new image (e.g. {"logConfiguration": { "options": { "api_write_token": "myapikey" }}}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions