I hereby claim:
- I am joshk0 on github.
- I am joshk0 (https://keybase.io/joshk0) on keybase.
- I have a public key ASD5KiQ-D1c7br1uP9ZSlrwFNoy7lS7rTmKByfB8bCT6Iwo
To claim this, I am signing this object:
| # This ruby script lets you encrypt and decrypt secrets stored in PwmConfiguration.xml files. | |
| # The secret key consists of the 'createTime' attribute of the root element of the file, concatenated | |
| # with the string StoredConfiguration. You can use this to auto generate compliant PwmConfiguration.xml | |
| # files if you control the createTime. | |
| require 'base64' | |
| require 'openssl' | |
| require 'digest/sha1' | |
| def pwm_cipher |
I hereby claim:
To claim this, I am signing this object:
| [kube(local) git(8292bae) branch(master)] | |
| muramasa:~/src/pippio{0}% docker info | |
| Containers: 85 | |
| Running: 44 | |
| Paused: 0 | |
| Stopped: 41 | |
| Images: 2985 | |
| Server Version: 1.10.3 | |
| Storage Driver: aufs | |
| Root Dir: /var/lib/docker/aufs |
| FROM binxio/gcp-get-secret AS gcp-get-secret | |
| FROM cubejs/cube:latest | |
| COPY --from=gcp-get-secret /gcp-get-secret /usr/local/bin/ | |
| # Add all our local schema definitions | |
| COPY schema /cube/conf/schema | |
| COPY cube.js /cube/conf/cube.js | |
| # Retrieve any secrets such as the CUBEJS_API_SECRET |