Kyle Tarplee
Kyle Tarplee
Another (partial) use case for `io.ReadSeekCloser` is in a copy @Wwwsylvia . Oras-go currently does this... https://github.com/oras-project/oras-go/blob/11d464f8432e77175bc9cda221ec2d797eac752c/copy.go#L347-L359 `rc` is a `io.ReadSeekCloser` if the server supports Range requests. If the `dst.Push()`...
I would like to add that most government systems require FIPS 140-2 crypto. All insecure hashes are excluded (including MD5) as well as some secure hashes that are are not...
I see the same thing. Furthermore: if you specify something like ```yaml servers: - url: https://{customerId}.saas-app.com:{port}/v2 variables: customerId: default: demo description: Customer ID assigned by the service provider port: enum:...
@dtkav Thanks for the issue link. The solution you currently have does not work for me in the case of the path-altering reverse-proxy. Let me explain: The relevant part of...
@dtkav It seems that the text in https://swagger.io/specification/#serverObject answers your questions about the server block. > REQUIRED. A URL to the target host. This URL supports Server Variables and MAY...
I found one solution/hack that will work for @timeconsumer . You can add a new GET for /openapi. Add it to your api.yaml file and write the handler that just...
I am seeing the same errors on a test cluster. rook-ceph version v1.13.3. Will try again with v1.13.5 soon. ```txt Traceback (most recent call last): File "/usr/bin/ceph", line 1327, in...
> I am seeing the same errors on a test cluster. rook-ceph version v1.13.3. Will try again with v1.13.5 soon. > > ``` > Traceback (most recent call last): >...
It is on-prem, Ubuntu 22.04, RKE2.
I wish HTTP has a header that listed the sensitive parts of a request/response. Something like ```txt Confidential: header:location Confidential: body Confidential: queryparam=token ```