CameronGo
CameronGo
Is there any information available on when this will be formally supported in the OpenAPI spec?
In the case of a docker container it is sub-optimal to run another process like syslog inside the container, though I've done it when I've had no other option. I...
Yes I tested with AllowLogSymlinks. To confirm, without that option I get an error like this: ``` test_1 | 2020-02-13 15:35:11,093 862cade500b2 proftpd[20] 862cade500b2 (172.27.0.1[172.27.0.1]): mod_sftp/0.9.9: notice: unable to open...
Speaking only for my case, I use the docker Cloudwatch logs driver, which outputs both stdout and stderr to the same log streams, so that would function as desired for...
OK I've tested this and deployed it and it seems to be working for me. Here is what I've ended up deploying: ``` AllowLogSymlinks on SystemLog %{env:LOGFILE} DebugLevel %{env:DEBUGLEVEL} SFTPLog...
Does this PR close out this issue? https://github.com/rexray/rexray/pull/1252
> It's a bug, but may not be the one you're thinking. `example` cannot use references, whereas `examples` can. Interesting, is that an OAS3 constraint or a swagger editor/UI one?...
After more testing I also see that I'm seeing the same behavior when attempting to nest examples by referencing one example from another. In this case the pictured examples are...
+1 - this is kind of a big deal to me as well