Roman Zydyk
Roman Zydyk
I am trying to push my image into Azure Container Registry. I am creating config.json like this: ``` cat /kaniko/.docker/config.json { "auths": { "$(ACR)": { "username":"$(username)", "password":"$(password)" } } }...
/kind bug I am trying to install kubeflow 1.2.0 on Azure AKS. Used command: ```kfctl apply -V -f https://raw.githubusercontent.com/kubeflow/manifests/v1.2-branch/kfdef/kfctl_k8s_istio.v1.2.0.yaml``` Problem: ```WARN[0062] Encountered error applying application istio-stack: (kubeflow.error): Code 500 with...
I want to build my Docker image using `az acr build`, however my Dockerfile includes some libraries from private Artifactory on AWS and when building the image using ACR I...
When accessing localhost:8080 after port-forwarding `kubectl port-forward svc/istio-ingressgateway -n istio-system 8080:80` I get: `"GET / HTTP/1.1" 403 UAEX ext_authz_error - "-" 0 0 0 - ... *some browser info* ......
- **Poetry version**: 1.7.1 - **Python version**: 3.10.13 - **OS version and name**: Debian GNU/Linux 12 (bookworm) - **pyproject.toml**: ```toml ... [tool.poetry.dependencies] python = "^3.10" safety = "^2.3.5" ... ```...
### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it. -...
### Bug description ```python import asyncio import functools async def some_iterator(range_, text = 'Text'): for i in range(range_): yield i, text partial_some_iterator = functools.partial(some_iterator, range_ = 10) async def main():...
Please add support for Trino SQL engine
* safety version: 2.4.0b2 * Python version: 3.10.13 * Operating System: Debian GNU/Linux 12 (bookworm) ### Description We have .safety-policy.yml file defined like this: ```yaml security: ignore-vulnerabilities: 59901: reason: Unable...
chybi cz_transcription