Junaid Ali

Results 19 comments of Junaid Ali

You can assign the issue to me, I can create a PR.

There's an open PR in the linked repo to further improve that regex: https://github.com/asaskevich/govalidator/pull/451

@inhere I'm still working on it. The regex in the other repo has some issues as well. What I'm trying to do is: instead of using a complex regex, I'm...

sorry still working on it.

@jrhouston, thanks for pointing out the mistake. I was testing the `kubectl_manifest` as well from [kubectl provider](https://github.com/gavinbunney/terraform-provider-kubectl), and mistakenly pasted that manifest instead of the `kubernetes_manifest`. I have updated the...

`mapRoles` contains a list of AWS IAM role ARNs + other attributes and passed to the configmap. When a new role is to be added to the list, that is...

@pduboucher I'm currently using `kubectl_manifest` from this provider: [gavinbunney/kubectl](https://registry.terraform.io/providers/gavinbunney/kubectl/latest/docs/resources/kubectl_manifest) ```hcl resource "kubectl_manifest" "categorizer-priority" { yaml_body = yamlencode({ apiVersion = "scheduling.k8s.io/v1" kind = "PriorityClass" metadata = { name = var.priority_class_name }...

@kevinpollet any update on this one, could you please have a look at this again?

Try with Calibre or some other app, I also faced with same issue of Edge

@Jguer I was running it in development to debug some issues with the OAuth provider, but IMO the full json response with those credentials in plain text shouldn't be needed....