Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
csbase-dev
sgarest-daemon
Commits
76f94249
Commit
76f94249
authored
5 years ago
by
Isabella Almeida da Silva
Browse files
Options
Download
Patches
Plain Diff
[SOMA-2553][SOMA-2624]
- Adicionar print do token no comando de testes para facilitar
parent
148f386d
master
maia/4208/FixInvalidPropTestInCiCd
maia/9022/SgaCygwinInstall
maia/9564/DisableKubernetesDeploy
newfeature/SOMA-3699_IdentificarVersaoSGA
newfeature/SOMA-4444_AddSgaToK8s
1.7.9
1.7.8
1.7.7
1.7.6
1.7.5
1.7.4
1.7.3
1.7.2
1.7.1
1.7.0
1.6.1
1.6.0
1 merge request
!37
SGA Posix trata token recebido nas chamadas REST
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
request.sh
+1
-1
request.sh
with
1 addition
and
1 deletion
+1
-1
request.sh
+
1
−
1
View file @
76f94249
...
...
@@ -7,7 +7,7 @@ case "$1" in
job
)
curl
-v
-H
"Content-Type: application/json"
-H
'Authorization: USER_TOKEN'
-X
POST
-d
'{
"cmd_string": "echo
hello
&& sleep 10 && echo bye > /tmp/job_123.out ",
"cmd_string": "echo
user token: $CSBASE_USER_TOKEN
&& sleep 10 && echo bye > /tmp/job_123.out ",
"cmd_id": "job_123",
"parameters": {
"csbase_command_path": "/tmp",
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets