Skip to content

Pushover user_keys and tokens are visible #299

@joker234

Description

@joker234

The config options Pushover user_key and Pushover token are visible on the status web page. They should be shown as <hidden> like hipchat_auth_token.

receivers:
- name: 'default'
  pushover_configs:
  - user_key: 'abcdefgh...'
    token: 'xyzabcde...'

I don't actually understand why they are not shown as <hidden>. The keys are marked as Secret in the PushoverConfig struct.

UserKey Secret `yaml:"user_key"`

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