Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
KIZ
B
BBB
config
grafana
Commits
541499d3
Commit
541499d3
authored
Apr 02, 2020
by
Simon Volpert
🐧
Committed by
Joerg Domaschka
Apr 02, 2020
Browse files
Update entry
parent
de63a6f7
Pipeline
#76893
passed with stage
in 28 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
entry
entry
+3
-3
No files found.
entry
View file @
541499d3
...
...
@@ -22,11 +22,11 @@ echo "Grafana is ready"
curl
--request
POST
\
--url
http://grafana:3000/api/admin/users
\
--header
'authorization: Basic
YWRtaW46V3hQWVZ4NTM=
'
\
--header
'authorization: Basic
${GRAFANA_AUTH_TOKEN}
'
\
--header
'content-type: application/json'
\
--data
'{
"name":"
OMI
",
"name":"
Guest
",
"email":"no@example-com",
"login":"guest",
"password":"
kiz123
"
"password":"
guest
"
}'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment