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"` |
The config options Pushover
user_keyand Pushovertokenare visible on the status web page. They should be shown as<hidden>likehipchat_auth_token.I don't actually understand why they are not shown as
<hidden>. The keys are marked asSecretin thePushoverConfigstruct.alertmanager/config/notifiers.go
Line 322 in 5158926