msvechla

Results 13 issues of msvechla

Hi and thanks for this awesome theme! I was trying to customize the background color of fenced code blocks in markdown files via the following snippet in my `init.lua`: ```lua...

Hello, thanks for this awesome project! Many of our end to end tests are running inside a Kubernetes cluster. As we want to interact with the Kubernetes API inside the...

enhancement

Hi all, In our usual CI/CD scripts, we often use `helm upgrade --install` to avoid special conditions for the initial installation. It would be great if we can have the...

enhancement

Hi, Currently, the request validation always returns `400 Bad Request` as the HTTP response. Would you be open to making the codes more configurable/accurate? Especially in regards to the security...

Hello, This PR adds the new function `WithParseOption()`, which allows specifying custom parse options for `JWTAuth`. This enables specifying custom options such as `jwt.WithKeySetProvider`, which allows us to use JWKS...

Hi, First of all thanks for this awesome project! As the `/_all/_stats` and `/_all/_settings` requests can be resource extensive, this PR adds options to specify a comma separated list of...

This issue fixes #9679 by implementing a new CLI flag `--skip-test-tls`, which optionally skips checking whether the server is configured with tls. As mentioned in the related issue, adding this...

### Affected Resource(s) - spotinst_ocean_aws ### Terraform Configuration Files ```hcl resource "spotinst_ocean_aws" "ocean_eks" { ... image_id = var.eks_ami scheduled_task { tasks { is_enabled = true cron_expression = var.spotinst_ami_auto_update_schedule task_type =...

kind/bug

Hello, Thanks for this awesome module! As decryption was already added for AES-256-CBC, I now also added encryption support! This can be selected with the usual `ContentEncryptionAlgorithm` variable. I also...

### What does this PR do? This PR adds an option to automatically detect the Kubernetes schema by parsing the contents of the document. In case a Kubernetes GroupVersionKind (GVK)...