Conversation
| msg_port: 6510 | ||
|
|
||
| ############ Google Network ############ | ||
| # By default all images are stored on google |
There was a problem hiding this comment.
See comment in #602 about this block of the config.
| # output_timestamp: False | ||
|
|
||
| state_machine: simple_state_table | ||
| state_machine: simple_state_table No newline at end of file |
There was a problem hiding this comment.
Can we keep the newlines at the ends of files?
There was a problem hiding this comment.
Sorry, I think my autopep8 is doing that. I noticed a lot of those changes. I'll try to fix.
| @@ -0,0 +1,51 @@ | |||
| # PANOPTES Google Network | |||
|
|
|||
| PANOPTES uses various google technologies in order to effectively | |||
There was a problem hiding this comment.
Perhaps c/google/Google Cloud/
|
|
||
| PANOPTES uses various google technologies in order to effectively | ||
| create a network of automated observatories. This includes basic | ||
| image storage on google servers (called storage _buckets_) as well |
|
|
||
| ## Prerequisites | ||
|
|
||
| To use the google network it is required that a few google software |
| with the network, which means you have been given an official unit_id | ||
| designation (e.g. PAN001, PAN017, etc) and have also been given a | ||
| _service account key_. Currently this process is manual, which means | ||
| if you need one you should ask the core [PANOPTES team](https://projectpanoptes.org/contact.html). |
There was a problem hiding this comment.
How about a pointer to forum.projectpanoptes.org, and request that folks post there to ask for a unit id.
| @@ -0,0 +1,51 @@ | |||
| # PANOPTES Google Network | |||
There was a problem hiding this comment.
I'm not keen on the name here, probably because I know too much. How about "Enabling Access to Project PANOPTES Cloud Services" or some such?
|
|
||
| > :warning: **Warning** Your service account key is basically a password file and should be kept secret. Do not share the key with others or save in the git repository. | ||
|
|
||
| You should place this key in a hidden directory within `$PANDIR`. |
There was a problem hiding this comment.
Non-linux folks don't necessarily realize that a period at the start of a directory or file name hides it from ls, though we also shouldn't delude them into thinking it is anything more than a convenience to clean up busy directories.
One of #599 . Basic instructions for getting authenticated on the google network.
This includes some config items that will be used in forthcoming PRs but should be okay to merge here.