Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Commit

Permalink
Add read-only api-key note
Browse files Browse the repository at this point in the history
  • Loading branch information
kofalt committed Aug 27, 2018
1 parent f2d6df7 commit 5d7ebfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ It is possible to interact with the Flywheel data hierarchy using our [python](h

Generally, you will want to figure out a script that you like, using your normal user API key, before turning it into a gear. To do this, specify an `api-key` type input as show in the example above, and use that value in your gear script.

The key provided will be a special key that has the same access as the running user (not necessarily the gear author), and only work while the job is running. After the job completes, the key is retired.
The key provided will be a special key that has the same access as the running user (not necessarily the gear author), and only work while the job is running. After the job completes, the key is retired. This has write access by default, but you can make it read only by adding `"read-only": true` to the manifest as shown above.

### The input folder

Expand Down

0 comments on commit 5d7ebfa

Please sign in to comment.