Phil Hunt

Results 19 comments of Phil Hunt

Hi. This is occurring during a Terraform destroy. No other resources created outside of Terraform. Deleting the namespace via admin console works, so no other blocking cluster resource. Have not...

I also came across this issue on the kubernetes provider: https://github.com/hashicorp/terraform-provider-google/issues/11474 BackendConfig is a mandatory requirement for GKE with IAP. It seems a cludge not to have BackendConfig and FrontendConfig...

I have found the cause of the issue. In main, the plugin address will not accept a "-" in the organization name. This works: `Address: "registry.terraform.io/hexaorg/hexa"` This does not: `Address:...

I have this same issue. Also, what if the plugin is in development and not registered. What address should be used?

I was able to resolve the error by changing the name of the publisher. Previously I was using: example-org/myProvider The "-" was causing numerous issues that gave no errors but...

Thanks. Sounds like a good work around for now. However long term the solution makes use of terraform more tedious and less portable between K8S environments. Seems like something better...

As an example: > An Event Receiver updates the current configuration of a stream by making an HTTP PATCH request to the Configuration Endpoint. The PATCH body contains a JSON...

My use cases require that iss and aud be specifiable by the requesting SSF client. For example, there may be multiple aud in use at a transmitter. How would the...

> The Transmitter MUST NOT transmit events over the stream. The transmitter will hold any events it would have transmitted while paused, and SHOULD transmit them when the stream’s status...

As an alternative, a tree serializer that emits required parentheses could also work. For example if a filter.LogicalExpression is an "or" and is a child node, then the string version...