Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chriswalz/gosecretslackappengine
- Owner: chriswalz
- License: apache-2.0
- Created: 2018-12-12T04:30:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-15T16:25:19.000Z (about 6 years ago)
- Last Synced: 2024-10-22T12:22:51.349Z (3 months ago)
- Topics: golang, slack
- Language: Go
- Homepage: https://www.gosecret.io/
- Size: 16.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`