Arthur Lutz

Results 149 issues of Arthur Lutz

At some point in testing, I was quite surprised to find : ``` $ pepper -H -v '*' cmd.run 'whoami' {u'perms': [u'test.ping'], u'start': 1422612427.829301, u'token': u'318dec9ad3007ccbc978f2dea72bf285e0b0f8ae', u'expire': 1422655627.829302, u'user': u'saltdev',...

Feature

On a nextcloud deployed using yunohost, one can install the PicoCMS https://github.com/nextcloud/cms_pico application and create a static site using nextcloud, the markdown editor etc. It used http://picocms.org/ But exposing the...

enhancement
specific nextcloud app

Hey, kubeval looks really useful. We're adding it to our heptapod/gitlab CI. It's as simple as ``` kubeval: image: garethr/kubeval script: - kubeval --directories . ``` We use kustomize https://kustomize.io/...

Using kubeval to validate example deployments from https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-quickstart.html I get : ``` ERR - elasticsearch/cluster.yaml: Failed initializing schema https://kubernetesjsonschema.dev/master-standalone/elasticsearch-elasticsearch-v1.json: Could not read schema from HTTP, response status is 404 Not...

### What version of Kubernetes (`kubectl version`) are you using? ``` $ kubectl version Client Version: version.Info{Major:"1", Minor:"16", GitVersion:"v1.16.6", GitCommit:"72c30166b2105cd7d3350f2c28a219e6abcd79eb", GitTreeState:"clean", BuildDate:"2020-01-18T23:31:31Z", GoVersion:"go1.13.5", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"17", GitVersion:"v1.17.2",...

``` Failed to verify Traceback (most recent call last): File "/var/www/lemur/lemur/certificates/verify.py", line 107, in verify return ocsp_verify(cert_path, issuer_chain_path) File "/var/www/lemur/lemur/certificates/verify.py", line 46, in ocsp_verify raise Exception("Did not receive a valid...

Any reason why matrix_client is copied in a sub directory ? Maybe you could recommend installing from pip with ``` pip install matrix_client ```

``` Traceback (most recent call last): File "matrixcli", line 4, in import gi ModuleNotFoundError: No module named 'gi' ``` Solved by doing : ``` pip install PyGObject ```

We're looking for a way to automating changing the name of a user to simulate a status in our names. Looking at matrixcli looks like a viable solution. Any chance...