Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chriswalz/gosecretslackappengine

Slack client for gosecret.io
https://github.com/chriswalz/gosecretslackappengine

golang slack

Last synced: about 1 month ago
JSON representation

Slack client for gosecret.io

Awesome Lists containing this project

README

        

### Warning
Using the Slack Client is inherently less secure than using gosecret.io directly. For very sensitive information we recommend using gosecret.io directly

# GoSecret Slack Client

##### Setting up local

`git clone https://github.com/chriswalz/GoSecretSlackAppEngine.git`

These two constants need to be created in sensitive/config.go:
`SLACK_TOKEN, SLACK_VERIF_TOKEN`

##### Running on App Engine

`cd GoSecretSlackAppEngine` (where app.yaml file is)

`gcloud app deploy --quiet`

##### Debugging App Engine deployment

`gcloud app logs tail`