401 Unauthorized for api #1741
Unanswered
ausghostdog
asked this question in
Q&A
Replies: 3 comments
-
The header should be |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am looking at setting up watchtower with Grafana, I am using the below run commands
#!/bin/bash
workname=watchtower
workdir=/home/tim/docker/data/$workname
workpackage=containrrr/watchtower
docker run -d -h $workname
--restart=always
--name $workname
-p 8180:8080
-v /var/run/docker.sock:/var/run/docker.sock
$workpackage --http-api-metrics --remove-volumes --cleanup --http-api-token demotoken
using postman to test the API I am getting a 401,
Just wanting to know for the key is for the value of demotoken?
Beta Was this translation helpful? Give feedback.
All reactions