-
Notifications
You must be signed in to change notification settings - Fork 58
Description
Hi there!
I have installed SnowAlert and tried to have the JIRA integration that comes with it and have set up all the necessary environment variables in the environment file to establish a connection.
Unfortunately, it is not working. When I'm starting up SnowAlert it seems to request a Jira API endpoint but I'm always getting a 401 response code back meaning I'm not authorized.
My env variables are defined as follows:
SA_JIRA_URL=https://XXX.atlassian.net
SA_JIRA_PROJECT=XYZ
SA_JIRA_USER=user@domain.de
SA_JIRA_API_TOKEN=TOKEN
I have made sure that these credentials are working with endpoint being requested and I'm getting a 200 response back.
So do you have any clue what's the issue here?
In general: Should this tool used be anyway since I don't see really any activity here in the repository?
Thanks!
edit//
so the issue is that the implementation of the jira handler seems to be using Basic auth which is already deprecated which much more raises to question if this tool should be used.