Skip to content

Commit

Permalink
Added support for actor "token" property
Browse files Browse the repository at this point in the history
The 'abaco init', 'abaco create', 'abaco update', and 'abaco deploy' commands now support the
'token' property for Actors, which governs whether an actor's executions are populated with
Tapis access tokens. The registration-time and project default behaviors can be tweaked via
combinations of the 'REACTOR_TOKENS' config variable and the '-A' command line flag.

This resolves issue #13
  • Loading branch information
mwvaughn committed Aug 8, 2019
1 parent 91d635c commit f1736d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/project/reactor.rc
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
REACTOR_NAME=sleep-counter
REACTOR_DESCRIPTION="Sleeps for a defined number and length of iterations"
REACTOR_ALIAS=sleep-counter
REACTOR_TOKENS=1
REACTOR_PRIVILEGED=
REACTOR_USE_UID=
REACTOR_STATEFUL=

# Docker image
DOCKER_HUB_ORG=tacc
DOCKER_IMAGE_TAG=sleep-counter
DOCKER_IMAGE_VERSION=1.0.0
DOCKER_IMAGE_VERSION=1.0.1
# DOCKER_USE_COMMIT_HASH=1
1 change: 1 addition & 0 deletions tests/project/secrets.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}

0 comments on commit f1736d4

Please sign in to comment.