Federico87

Results 11 issues of Federico87

python 3.7 - client.read return 400 bad request. ``` >>> import os >>> import hvac >>> vault_client = hvac.Client(url='http://localhost:8200',token=os.environ['VAULT_TOKEN']) >>> >>> >>> >>> vault_point = vault_client.read('secret/db') Traceback (most recent call...

bug
waiting-reply

I am trying to write a provide following the tutorial on link.[https://www.terraform.io/docs/extend/writing-custom-providers.html] When I try to do `go get github.com/hashicorp/terraform-plugin-sdk/plugin` I have the below error: ``` package github.com/hashicorp/hcl/v2: cannot find...

I am trying to send some config lines with Netmiko to a Fortigate firewall. These are the lines I am sending: ``` config global config system interface edit "b_t666_vl666" set...

Fortinet

Hi, First of all, thanks for sharing this! Is simply amazing to be able to mock QuerySet in few simple lines! Saying that, I am trying to replicate a `ForeignKey`...

Hi, I am trying to create multiple databases using -e option: `docker run --name db -d \ -e INFLUXDB_DB=ping_rtt -e INFLUXDB_DB=tcp_rtt \ -e INFLUXDB_ADMIN_USER=root -e INFLUXDB_ADMIN_PASSWORD=supersecretpassword \ -v $PWD/influxdb/influxdb.conf:/etc/influxdb/influxdb.conf:ro \...

### Environment * Python version: 3.9 * schema-enforcer version: 0.1.1 Pass extra argument which includes folder path or file list to be evaluated by `--show-checks` or `--show-pass` ### Proposed Functionality...

### Environment * Python version: 3.9.1 * Nautobot version: 1.0.2 * nautobot-netbox-importer version: 1.0.3 ### Expected Behavior Imports to Secret should be skipped ### Observed Behavior importer return `error` when...

bug

### Environment * Nautobot version: 1.0.2 * nautobot-netbox-importer version: 1.0.3 ### Proposed Functionality Would be nice to suppress by default all `warning` errors in stdout. Maybe add a flag `--warning`...

enhancement

status: accepted
type: enhancement
type: major feature

- Add support for git `add` option.