Keybase proof
I hereby claim:
- I am basepi on github.
- I am basepi (https://keybase.io/basepi) on keybase.
- I have a public key ASCXUE-RcfTjfT_Fd5GSK9Ql2K-L4un_Wr49hQ52-Q1DqAo
To claim this, I am signing this object:
elastic-apm | |
flask | |
requests | |
blinker |
I hereby claim:
To claim this, I am signing this object:
''' | |
This requires the google chrome web driver on your PATH: | |
http://chromedriver.chromium.org/downloads | |
Start google chrome like this (make sure you fix the user-data-dir path): | |
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --user-data-dir=/Users/<user>/Library/Application\ Support/Google/Chrome --profile-directory=Default --remote-debugging-port=20480 | |
Then add your user, token, and org/repo to the code below and this script will | |
connect to the running chrome instance (make sure you're logged into Github) |
Flexible Data Gathering | |
======================= | |
This module is designed to allow security engineers more flexibility in their | |
data gathering, without allowing arbitrary command execution from | |
hubblestack_data. You can think of it like a read-only, sandboxed shell. | |
It uses yaml files from hubblestack_data, and allows special fdg modules to be | |
chained together using pipes. |
# -*- coding: utf-8 -*- | |
''' | |
Amazon S3 Fileserver Backend | |
.. versionadded:: 0.16.0 | |
This backend exposes directories in S3 buckets as Salt environments. To enable | |
this backend, add ``s3fs`` to the :conf_master:`fileserver_backend` option in the | |
Master config file. |
[Match] | |
Name=enp0s3 | |
[Network] | |
DHCP=ipv4 | |
[Route] | |
Destination=204.8.230.0/24 | |
Gateway=192.168.1.1 | |
From=192.168.1.160 |
[Match] | |
Name=enp0s3 | |
[Network] | |
DHCP=ipv4 | |
[Route] | |
Destination=204.8.230.0/24 | |
Gateway=192.168.1.1 | |
Metric=3 |
append my two files: | |
file.managed: | |
- name: /tmp/myfile.txt | |
- source: salt://template.txt | |
- template: jinja |
I hereby claim:
To claim this, I am signing this object:
# Setup the application's runit directory | |
/etc/sv/application: | |
file.directory: | |
- mode: 0755 | |
- user: someuser | |
- group: someuser | |
- recurse: | |
- user | |
- group | |
- mode |