Jean-Yves NOLEN
Jean-Yves NOLEN
This module runs command over salt-master with cmd "salt-run" instead of salt-call
Running: ``` >>> d= get_host("salt://*") >>> d.salt("pkg.version", "python-34") ``` Produced ``` RuntimeError: Error while running pkg.version(['python34']): {'minion-salt-689012b2ca3ff805df1d0cff218e18d2d372db887d1158dfd6dec934b9658cf7': '3.4.9-1.el7', 'master-salt-689012b2ca3ff805df1d0cff218e18d2d372db887d1158dfd6dec934b9658cf7': '3.4.9-1.el7'}. Minion not connected ? ```
**Describe the feat you'd like** Hello, It could be really great if authentication can be used with SSO portal for example Azure AD **Additional context** We found that you do...
#### Description of PR fixes bug NIFI-9492 The AWS Abstract Processor not handle Chinese VPCE. I made some changes to make it available to parse correctly Chinese VPCE ### For...
**Describe the solution you'd like** Given a path that contains mutiple secrets give the possibility for an externalsecret template to create multiple K8S Secret. Use case example: using a CICD...
### Description Bump ntlm deps to more accurate and update package #### Related issues - connect to #693 ### Checklist - [x] New tests added or existing tests modified to...
# Description Deps lib httpntlm-maa is not upgrade anymore and got some issues with crypto. Following piece of code produce error and made ntlm impossible. ``` function encrypt(buf) { var...
### Is your feature request related to a problem? Please describe. Would it be possible to embed the docs in a nice website to make navigation over ressources more confortable...
### Actual Behavior An error message occurs when runing nerdctl command: ``` ❯ nerdctl image ls WSL (4223) ERROR: CreateProcessParseCommon:731: Failed to translate \\wsl.localhost\Ubuntu\tmp\working-dir REPOSITORY TAG IMAGE ID CREATED PLATFORM...
This PR add supports of Vault Enterprise Namespaces by adding CLI args It supports kv v2 as well ### Successful PR Checklist: - [X] Tests (units, integration, 100% coverage) -...