Nicholas de Jong
Nicholas de Jong
**Is your feature request related to a problem? Please describe.** Currently it appears [`sshd_config`](https://github.com/Secure-Compliance-Solutions-LLC/GVM-Docker/blob/master/sshd_config) is restricted to the `gvm` user with nicely appropriate authentication and encryption settings. However, this `sshd_config`...
Provides a simple mechanism to override the `service_url` via the environment variable (`EC2METADATA_SERVICE_URL`) which in turn makes developing/experimenting with `ec2_metadata` a little easier. For example ``` export EC2METADATA_SERVICE_URL="http://127.0.0.1:8888/latest/" ``` Which...
Improve documentation making it easier to understand how to use interpolated variables in exec The documentation examples are thin-in-detail on this https://arpwitch.readthedocs.io/en/latest/docs/command-line/examples/ And there is no other reference to the...
We currently have the following interpolated variables that can be referenced in the `--exec` - {IP}=ipv4-address - {HW}=hardware-address - {TS}=timestamp-utc - {ts}=timestamp-utc-short Need another variable that allows user to obtain...
Occurs because Arpwitch does not pin the OuiLookup version. Workaround is to install the previous OuiLookp version until Arpwitch is updated ```shell pip install ouilookup==0.2.4 ```
Consider adding [pyupio/safety](https://github.com/pyupio/safety) to the default `pyproject.toml` I'm finding that having `safety` as a part of my Slap tests helps me stay aware of possible issues with dependencies sooner in...
Causes `slap publish` to honor the same `TWINE_` environment variables that the twine command does.
Currently the slap-cli **publish** sub-command does not honor the `TWINE_*` environment variables where-as twine-cli utility does - https://twine.readthedocs.io/en/stable/index.html#configuration Twine supports the following - TWINE_USERNAME, TWINE_PASSWORD, TWINE_REPOSITORY, TWINE_REPOSITORY_URL, TWINE_CERT, TWINE_NON_INTERACTIVE These...
### Which OpenObserve functionalities are relevant/related to the feature request? log search ### Description I'd like to be able to specify URLs in the Log component that causes a saved-view...