Pieter

Results 14 issues of Pieter

… when running helm secrets **What this PR does / why we need it**: adds flag --sopsjson. Allows the wrapper to also decrypt json files. Usage: Json config file that...

### Current Behavior When i setup my .sops.yaml to encrypt file config-dev-sensitive.json, i can verify it using sops config-dev-sensitive.json to view the encrypted fields. This file is imported into k8s/Secret...

bug

Reading the repo readme wiki, it is not clear if the following can be achieved. 1. casync a local disk/fs to aws s3 bucket, as chunks and index. 2. later...

RFE

**Describe the bug** A clear and concise description of what the bug is. Install SQLTools, enter azure details. Click TEST CONNECTION **To Reproduce** Steps to reproduce the behavior: 1. Go...

question
mysql

Error: UPGRADE FAILED: create: failed to create: Secret "sh.helm.release.v1.xxx-dev.v3360" is invalid: data: Too long: must have at most 1048576 characters I think this is triggered because helm saves all the...

FireHOL 3.1.5 when i add a log message to the end of a rule e.g. ``` FIREHOL_LOG_PREFIX="FW-" server4 "all" accept log "monitor" ``` I get log messages of the format...

After running script and getting sheet name errors, had a look. Change1: python3 Change2: try except more specific to track bug Fix1: Strip quotes from config values. config["sheet"].strip('"') Fix2: line...

using sops to encrypt and decrypt changes the following json { "test": "command < " } to { "test": "command \u003c " } I understand that \u003c is the unicode...

line 13 for top_level in filter(file_filter, os.listdir(path)): seem to be a bug, should be removed.

moved main.rs to lib.rs. (and make the main() pub) replaced main.rs with a simple main() that calls drill:main(). Moving the code from main to lib.rs will be able to import...