tesoro icon indicating copy to clipboard operation
tesoro copied to clipboard

Kapitan Admission Controller Webhook for secrets mgmt

Results 6 tesoro issues
Sort by recently updated
recently updated
newest added

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.3 to 3.9.5. Release notes Sourced from aiohttp's releases. 3.9.5 Bug fixes Fixed "Unclosed client session" when initialization of :py:class:~aiohttp.ClientSession fails -- by :user:NewGlad. Related issues and...

Bumps [prometheus-client](https://github.com/prometheus/client_python) from 0.19.0 to 0.20.0. Release notes Sourced from prometheus-client's releases. 0.20.0 / 2024-02-14 What's Changed [CHANGE/BUGFIX] Update OpenMetrics Content Type to 1.0.0. #997 [FEATURE] Enable graceful shutdown for...

**Describe the bug/feature** Mutating webhook throws the following error when submitting the valid nginx example: ``` $ kubectl apply -f tests/k8s/nginx_deployment.yml Error from server (InternalError): error when creating "tests/k8s/nginx_deployment.yml": Internal...

**Describe the bug/feature** Tesoro fails to detect and reveal secrets embedded into other strings ``` kind: Secret metadata: labels: name: bug-report tesoro.kapicorp.com: enabled name: bug-report stringData: not_work: does not work...

Bumps [prometheus-client](https://github.com/prometheus/client_python) from 0.20.0 to 0.21.0. Release notes Sourced from prometheus-client's releases. 0.21.0 / 2024-09-20 What's Changed [CHANGE] Reject invalid (not GET or OPTION) HTTP methods. #1019 [ENHANCEMENT] Allow writing...

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.2 to 3.10.5. Release notes Sourced from aiohttp's releases. 3.10.5 Bug fixes Fixed :meth:aiohttp.ClientResponse.json() not setting status when :exc:aiohttp.ContentTypeError is raised -- by :user:bdraco. Related issues and...