Bisnode / kubectl-tbac

Kubectl plugin to help managing secrets in a TBAC'ed environment
Apache License 2.0
7 stars 1 forks source link

Space in data value is currently not supported #26

Closed mdanielolsson closed 3 years ago

mdanielolsson commented 4 years ago

It's a known issue that the CLI doesn't support spaces in the data value like: kubectl tbac create secret test --data "VAR=foo bar" bar in this case is treated as a new argument to the secret command. I have not found a way around this.

Workaround for this is to use native kubectl.

mdanielolsson commented 4 years ago

Seems to be an environmental issue since it works on macos and using the TBAC UI.

mdanielolsson commented 3 years ago

Won't fix at this point as it's an issue on some environments only and workarounds exist. Using TBAC UI or native kubectl commands.