Phil Hunt

Results 31 issues of Phil Hunt

### Terraform Version, Provider Version and Kubernetes Version ``` Terraform version: Terraform v1.2.5 on darwin_amd64 + provider registry.terraform.io/hashicorp/google v4.28.0 + provider registry.terraform.io/hashicorp/google-beta v4.28.0 + provider registry.terraform.io/hashicorp/kubernetes v2.12.1 Kubernetes provider version:...

waiting-response

Whether on the desktop or in the workflow setup by the Terraform Plugin Framework template, the following error occurs when generating docs (this from the workflow template): ``` go generate...

In the spec the error status reponses are specified: > 401 | Unauthorized | An error message string > 403 | Forbidden | An error message string Suggest clarifying that...

When creating a stream, SET PUSH and POLL are different in SSF. For SET PUSH, a receiver stream endpoint must be pre-created. Therefore when creating a PUSH stream, the **_transmitter_**...

enhancement
spec:SSF
vFuture

Following on to Issue #107, there are times when a receiver may wish to reset a stream to a specific date or JTI value. Use Case 1: Bootstrapping a receiver:...

enhancement
spec:SSF
vFuture

RFC8936 doesn't have a concept of "stream management" built in, so there is currently no status or diagnostic issued to receivers when a stream is paused or disabled. From the...

bug
spec:SSF

If a transmitter polling stream is "deleted" before the receiving entity "shuts down", it is unclear what should happen at the polling endpoint. How graceful should the shut down be?...

documentation
spec:SSF

This fixes issue #18 from scim2/filter-parser

Precedence (brackets) seem to be ignored when parsing a filter like (ignore the non scim attributes): `expression := "( username eq \"test\" or request.path sw \"/finance\" ) and subject eq...