Riccardo

Results 14 issues of Riccardo

### Keywords ApiException, serviceAccount ### Problem I wrote a very simple operator: https://gist.github.com/ric79/a650386d3cd8fade16b18827864efd7b#file-text-analyzer-py If I run locally, it is all ok The deployment is without service account ``` $ more...

question

Hello, here there is my solution, hope I can help other developers! ## Token Lets us imagine that the APP will receive in the header a JWT token (TOKENVALUE). The...

## Bug Report #### What did you do? `make docker-build` does not run properly behind a corporate proxy. I need to pass http_proxy and https_proxy in order to execute `RUN...

## Type of question General operator-related help ## Question #### What did you do? I'm trying to run the helloworld ansible operator. When I run `make run` I get an...

language/ansible

Hello, I have a security issue. For starting the automation I need to pass the --kube-config file where there are in plain test the infrastructure credentials. For this reason, I...

enhancement

### Summary Hello, I'm executing on Juniper "request chassis routing-engine master switch no-confirm" which kills the ssh/netconf connection (it's like a reboot) After that command all the Juniper tasks raise...

Hello, I would like to know if I can run two or more "it" in parallel. In this way I can reduce the overall testing time. ``` with description('Tennis Tournament')...

Hello, is there a syntax in order to specify to look for a key in the whole data structure? For example in JSONPath I can execute `$.sections[*]..item` The double dots...

I know that, at runtime, in RobotFramework there is no way to make a test "SKIPPED". Anyway, there is a way in Allure to display it as SKIPPED even if...

type:enhancement
theme:robotframework

Hello, this is a feature request. I need to get easily the test description, name, ecc inside a private function. I do not want to pass them as strings. I...

theme:pytest
task:new feature