Timothy Clarke

Results 17 comments of Timothy Clarke

In the repo settings, under options there is a `Sponsorships` that allow you to link to a number of sponsorship methods, such as Patreon

If you're going to have multiple domains (as implied by `DKIM_DOMAIN = ${lc:${domain:$h_from:}}`) you probably want multiple keys and then `DKIM_KEY_FILE = /etc/exim4/$dkim_domain.key` to select the correct file (containing the...

Does your corporate email have spam filters in place? Is it sending from a valid domain and is the IP an authorized server (SPF wise). Have you looked at the...

I think this is the same issue as #52 (that one has a better issue name)

The issue is `292 250-AUTH GSSAPI NTLM LOGIN` your exchange server is only advertising the harder or proprietary protocols as auth methods. They are - GSSAPI : Kerberos and in...

+1 for the tagging as I'm wanting to use this in a k8s cluster and having a pull policy of "Always" because there's a rolling "latest" tag is a little...

@dak1n1 I've got to agree with the other comments above. Using config other than `KUBECONFIG` is an anti-pattern. Having read https://github.com/hashicorp/terraform-provider-kubernetes/issues/909 I cannot see how the description there leads to...

I'd like this to extend to `azuread_application_oauth2_permission`. Managing the entire app as one monolithic thing makes the code quite large and brittle. When adding app_roles using a `dynamic` block with...

@shamanthreddyTR Isn't that a more generic "How do I read a file into terraform" question ? eg `values = file("values.yaml")`