Uwe Krueger
Uwe Krueger
If the *TraverseChildren* mode is active, the *Traverse* function returns the last accepted command along the requested sub command chain. This command is then used to parse the arguments. This...
This pull request provides support for the following missing features: - Dynamic Section Content using the type `map[string]string` it is possible to catch dynamic section content (key/value) pairs. So far...
**How to categorize this issue?** /area control-plane /kind enhancement /priority 2 **What would you like to be added**: Enable end users to configure additional resources for etcd encryption. **Why is...
**What this PR does / why we need it**: The gcp version of the ssh command uses the wrong fied to specify the VPC (network) for firewall creation. **Which issue(s)...
The spinner only updates its rendered state, if the content of the bar is changed. If this happens not often enough the spinner character is not updated. For example: ```...
**Description** When configuring an empty path for the OIDC callback URL the used http MUX panics with "http: invalid pattern". **Version** v1.16
The actuals variants of the flag creation do not report back the generated Flag object. But this would be reqired to do further tweaking according to the public fields of...
**How to categorize this issue?** /area deployers /area control-plane /kind api-change /priority 2 **What would you like to be added**: The landscaper core service provides a REST API for deployers...
**Describe the bug** The multi line string is replaced, but the indentation of the string lines is wrong. **To Reproduce** use yaml document: ```yaml data: value1: orig1 value2: orig2 ```...