Nico Flaig
Nico Flaig
it would be good to have a case transformation for lower/upper case which also adds spaces `someVariable` --> `some variable` this is currently how the convert_case library does it for...
Hey guys, during a rolling update (pod termination) we are getting 502 errors in nginx for upstream requests. This happens because the load balancer in k8s still sends requests to...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing...
Currently, the secret generation using the [default value of 10 bytes](https://github.com/yeojz/otplib/blob/master/packages/otplib-core/src/authenticator.ts#L265) is not compliant with the requirements mentioned in [RFC 4226 section 4](https://datatracker.ietf.org/doc/html/rfc4226#section-4). > R6 - The algorithm MUST use...
Currently, the whole login response from the identity provider can be validated using the `parseLoginResponse` method of the `ServiceProviderInstance`. This login response also contains the SAML assertion which is used...
Currently, there is no possibility to set the ForceAuthn property when creating a new SP instance by using properties in `ServiceProviderSettings` directly.
For HTTP-Redirect requests is it required to have the `octetString` property in the request. However, this property does not exist on the common request object and neither is it send...
Currently, the version in `Chart.yaml` is manually increment by using `semver` package which is not the common approach used in other plugins, e.g. [npm plugin](https://github.com/semantic-release/npm/blob/master/lib/prepare.js#L12). This means that currently there...
This PR adds support for [ChartMuseum](https://github.com/helm/chartmuseum) repositories such as [Harbor](https://goharbor.io/) by utilizing the [helm-cm-push](https://github.com/chartmuseum/helm-push) plugin. This is similar to #19 and might not be merged yet until the changes mentioned...