I hereby claim:
- I am peterver on github.
- I am valkyriestudios (https://keybase.io/valkyriestudios) on keybase.
- I have a public key ASArapLKq7dT1sNArDnkAK3IYS7k5HJ3I2eio04s2QaEgAo
To claim this, I am signing this object:
#!/bin/bash | |
rep=$(...INSERT_COMMAND_HERE... 2>&1 >/dev/null) | |
status=$? | |
echo "$status" |
I hereby claim:
To claim this, I am signing this object:
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDPfXhxTLH/A0oJUx8aczDZUVwrfyiUFNNTnc5GujAMCdzlDfpcJBwbRKSQtA6hkH/qMbZCWedwliKRat9Oy7Aonun43i4qgEADOpOIwHrUVY59myZDOtf5C5pjhRK706Giwzl1xZcDv48ru4usM1JdGF0yZVx2QMz8+otJ4FL1RKDxoWblIzMasAdfIEi/43Xo4eMEzHyTlFPiVoth+P7heuHAz2dzIK+F3x1duQ2NhNjpCZoaNM7rhWRZ+ExArEHZj4Fkar2ePBUr/8DzyUmUk13YglMbIZBzG6/SC1C600mxmx0fs/8kPH89kMXw2ONdvlnUOrV5tNnnBTvgjOoun2zoBFohWXUrTKHZt3OM3OdOjF+TXRUkKQz0p2quox8To5aPqaryc7qi1tGYnLgiCMJbtZ1zbrkMHTIo6hApqNkAEQzKm4NoVTpvlxlhq1vcU0Pg0Wa0gK7D42ljA6OhrAdMKG1y4cBUwPkgjDdyMswaxF1J5+5lmT0E8aAtAwxU7p2Qjq7BMZJheIX8QT6Nax2heiQYXJtsv1eaTXwDTPQYw3GKmo8ijHTBAnNHs6k+29RD6WOedhFHeX+yZSBbxWl+QI69zG7mmnmE1ud4EQXkSjpjHLgqkVh3VYtX0JalhbDJApF0EE1zM6nrKeADxsow6qt6TrKBncSPGOPIOQ== [email protected] |
import { guid } from '../../src/hash'; | |
describe("Hash - Guid", () => { | |
it ('should output a string value', () => { | |
let g = guid(); | |
expect(g).toEqual(jasmine.any(String)); | |
}); | |
}); | |
// Based on the tests for @valkyriestudios/utils (github.com/valkyriestudios/utils) |
mongo atlas provides a reasonably priced access to a managed mongo DB. CSPs where containers are hosted charge too much for their managed mongo DB. they all suggest setting an insecure CIDR (0.0.0.0/0
) to allow the container to access the cluster. this is obviously ridiculous.
this entrypoint script is surgical to maintain least privileged access. only the current hosted IP address of the service is whitelisted.
related searches, hope this shows up for you