Jim Minter
Jim Minter
IMO, the logic for detection of guest and host IP addresses in prepare_nfs_settings.rb is pretty kludgey. Some issues: 1. /etc/exports gets a line per guest IP, when it should probably...
I think that reading the spec, it is permitted (implementation specific) for a broker with asynchronous capabilities to decide to send a synchronous provision/deprovision response to a client, regardless of...
It'd be handy if osb-checker could optionally dump the HTTP request sent and response received - makes debugging test failures easier :)
Some brokers already expect to receive a X-Broker-API-Originating-Identity HTTP header on nearly every operation. At the moment the framework doesn't make it too easy to specify this in tests. More...
https://github.com/openshift/origin/tree/master/pkg/templateservicebroker/servicebroker allows authentication via bearer token ("Authorization: Bearer " header). It'd be great if osb-checker could support this as well as basic and no-auth.
It would be handy if osb-checker had an option to allow it to connect to brokers via SSL but ignore the validity of the server certificate received. Makes it easier...
I think it'd make it easier on users of osb-checker if it were necessary to customise test/configs/config_mock.json *less* - e.g. if the framework could autodiscover and use the sole plan_id...
According to https://proj.org/development/index.html, proj deprecated the legacy compatibility proj_api.h header in version 5 and removed it in version 8 in March 2021. Currently goesproc supports proj >= 4 and <...
Fix the following build warning: ``` In file included from /home/src/goestools/src/goesproc/handler_goesn.h:10, from /home/src/goestools/src/goesproc/goesproc.cc:16: /home/src/goestools/src/goesproc/types.h:44:37: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 44 | struct SegmentKeyHash : public std::unary_function { |...
### Feature Request We would really like to be able to use Cosmos DB's [change feed](https://learn.microsoft.com/en-us/azure/cosmos-db/change-feed) from Go via the official SDK. #18615 is a feature request for providing the...