Project

General

Profile

Actions

Bug #9784

closed

run-deploy.sh scopes are wrong

Added by Peter Amstutz over 7 years ago. Updated over 7 years ago.

Status:
Resolved
Priority:
Normal
Assigned To:
Category:
-
Target version:
Story points:
0.5

Description

run-deploy.sh prints out that it needs the following scopes:

-    echo >&2 '    --scopes "[\"GET /arvados/v1/virtual_machines\",'
-    echo >&2 '               \"GET /arvados/v1/keep_services\",'
-    echo >&2 '               \"GET /arvados/v1/keep_services/\",'
-    echo >&2 '               \"GET /arvados/v1/groups\",'
-    echo >&2 '               \"GET /arvados/v1/groups/\",'
-    echo >&2 '               \"GET /arvados/v1/links\",'
-    echo >&2 '               \"GET /arvados/v1/collections\",'
-    echo >&2 '               \"POST /arvados/v1/collections\",'
-    echo >&2 '               \"POST /arvados/v1/links\"]"'

However, the actual scopes that are needed is:

--scopes '["GET /arvados/v1/virtual_machines",
 "GET /arvados/v1/keep_services",
 "GET /arvados/v1/keep_services/",
 "GET /arvados/v1/groups",
 "GET /arvados/v1/groups/",
 "GET /arvados/v1/links",
 "GET /arvados/v1/collections",
 "POST /arvados/v1/collections",
 "POST /arvados/v1/links",
 "GET /arvados/v1/users/current",
 "POST /arvados/v1/users/current",
 "GET /arvados/v1/jobs",
 "POST /arvados/v1/jobs",
 "GET /arvados/v1/pipeline_instances",
 "POST /arvados/v1/pipeline_instances",
 "PUT /arvados/v1/pipeline_instances/",
 "GET /arvados/v1/collections/",
 "POST /arvados/v1/collections/",
 "GET /arvados/v1/logs"]'

Subtasks 1 (0 open1 closed)

Task #9785: Review 9784-update-scopesResolvedPeter Amstutz08/18/2016Actions
Actions #1

Updated by Peter Amstutz over 7 years ago

(moved to description)

Actions #2

Updated by Peter Amstutz over 7 years ago

Branch 9784-update-scopes for review.

actually ~jenkins/.config/arvados/c97qk.arvadosapi.com.conf was in place!! maybe is something else?

Actions #3

Updated by Peter Amstutz over 7 years ago

  • Target version set to 2016-08-17 sprint
Actions #4

Updated by Peter Amstutz over 7 years ago

  • Assigned To set to Peter Amstutz
Actions #5

Updated by Peter Amstutz over 7 years ago

  • Description updated (diff)
Actions #6

Updated by Nico César over 7 years ago

  • Story points set to 0.5

test commit:f3c5790ed37792484ca131104774a443c1215075

This is ready to merge

Actions #7

Updated by Peter Amstutz over 7 years ago

  • Status changed from New to Resolved

Merged commit:8a6febe

Actions

Also available in: Atom PDF