You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whle wng with kapitan, I noticed that having many components inside a target can be tricky to overwatch.
Therfore I would suggest to have some sort of per-component output flag.
, if item_key container a directory path, this should work?
So if I created an object with key "vault/vault-bundle" it should kind of work. Only thing needed would be to create the directory (and validate that we don't do anything nasty like ../../../etc/passwd and shit
This should work but isn't great. We need to look better into better path traversal security before going forward with an official feature. Let me get back to you on that.
This issue is stale because it has been open for 1 year with no activity.
Remove the stale label or comment if this issue is still relevant for you.
If not, please close it yourself.
FEATURE
Whle wng with kapitan, I noticed that having many components inside a target can be tricky to overwatch.
Therfore I would suggest to have some sort of per-component output flag.
Expected behavior
Current Situation
. ├── vault-agent-injector-bundle.yml ├── vault-agent-injector-rbac.yml ├── vault-agent-injector-service.yml ├── vault-bundle.yml ├── vault-config.yml ├── vault-csi-provider-bundle.yml ├── vault-csi-provider-rbac.yml ├── vault-namespace.yml ├── vault-rbac.yml └── vault-service.yml
Future Idea
. ├── namespace.yml ├── vault │ ├── vault-bundle.yml │ ├── vault-config.yml │ ├── vault-rbac.yml │ └── vault-service.yml ├── vault-agent-injector │ ├── vault-agent-injector-bundle.yml │ ├── vault-agent-injector-rbac.yml │ └── vault-agent-injector-service.yml └── vault-csi-provider ├── vault-csi-provider-bundle.yml └── vault-csi-provider-rbac.yml
The text was updated successfully, but these errors were encountered: