Mathias Neerup
Mathias Neerup
Hi, This PR. implements client assertion. The idea is to use certificate/key as an alternative to the client secret. Description of client assertion: https://docs.microsoft.com/en-us/azure/architecture/multitenant-identity/client-assertion Assertion format: https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-certificate-credentials (Note, thumbprint is...
### Contact Details [email protected] ### What happened? Hi, I'm missing support for DNS=a.b.c.d in the wireguard config that netclient generates. Basically I need to be able to specify a DNS...
## Standards checklist: - [x] The PR title is descriptive. - [x] The PR doesn't replicate another PR which is already open. - [x] I have read the contribution guide...
Hi, (Really great tool you've written, thanks) The readme.md says to call openapiRegister() from main.go, but I have to call openapiYmlRegister() instead. I don't know if this is a bug...
Hi, I was about to implement --pool on maas allocate, when I discovered --zone, --disk, .. is not getting passed to the MAAS API. I've seen this using wireshark. --dry-run...
Hi, I would like to configure netmaker from ansible. I imagine something like: ``` netmaker.egress_gateway: node_id: interface: eth0 nat: true|false ranges: - a.b.c.d/x - a.d.e.b/y state: present ``` In order...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
Hi, I'm currently looking into using helm-git from ArgoCD. ArgoCD passes credentials to helm repositories using "helm repo add --username and --password). Currently helm-git does not support using credentials passed...
Hi, I have a use case where I would like to use postgressql as a backend for pdns. This PR finishes the work started by #104 I've made the following...
### Terraform Version ```shell Terraform v1.6.0-dev on windows_amd64 ``` ### Use Cases We're going to use templatefile() for creating Azure Devops templates. For easier maintenance we want to be able...