Notify icon indicating copy to clipboard operation
Notify copied to clipboard

Error 403 Forbidden on stats/auth if User as "User" role.

Open nothing-fr opened this issue 11 months ago • 2 comments

Hi,

My server is configured with deny-all by default (and ntfy access <user> zabbix rw ACL for the user), afterward the user can connect via Ntfy.sh WebUI and interact with the topic Zabbix.

But I get error 403 Forbidden on stats/auth when I try to add the new account in Notify:

image

Do I have to make a special ACL to connect with Notify ?

Thanks for your help.

nothing-fr avatar Mar 19 '24 14:03 nothing-fr

Weird. I haven't tested with ACLs, maybe there's something wrong going on... I will test

ranfdev avatar Mar 19 '24 17:03 ranfdev

Same problem here...

I had to add a wildcard rule to make it work:

Doesn't work:

ntfy access daniel monit rw
ntfy access daniel 'prefix*' rw

But this does:

ntfy access daniel '*' rw

daniel-rikowski avatar Sep 13 '24 20:09 daniel-rikowski