Fetch Secrets alongside resources if required
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
Hi @speatzle I looked at your changes here. I have noticed, that you added a condition, where you check, if users set secret columns, and then you load this values over new function in the api. In your condition, you're using lowercase of column names. In the help description of switch -c all column names are in camel case. I think users will be guided by the help and will use camel case too.
@PiMaDaum hi, thanks for the tip, this was just a rough proof of concept and i forgot to strings.lower case the input. but i will need to redo this PR based on your filter PR's Changes anyway.