Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@clrung
Created July 19, 2018 04:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clrung/51333a8c3d4fd76bbe1658060ee6608a to your computer and use it in GitHub Desktop.
Save clrung/51333a8c3d4fd76bbe1658060ee6608a to your computer and use it in GitHub Desktop.
kind: Secret
apiVersion: v1
metadata:
name: upbot
data:
slack_token: U3VwM3IkZWNyZTd0MGtlbgo=
@clrung
Copy link
Author

clrung commented Jul 19, 2018

Before anyone freaks out, U3VwM3IkZWNyZTd0MGtlbgo just decodes to Sup3r$ecre7t0ken 😄

$ echo U3VwM3IkZWNyZTd0MGtlbgo | base64 --decode
Sup3r$ecre7t0ken

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment