Frederick F. Kautz IV
Frederick F. Kautz IV
nsmgr copies the connection context from the NSE response. Not all information should be copied. Determine what we should filter and implement a mechanism to do so. Also, provide a...
Support for embedding OPA was added with #40. Supporting a remote OPA evaluation engine will be useful.
When PailTap is used, sink taps do not use randomized names as expected. Instead, they use the default hadoop naming scheme. expected: ``` target/randomized.pailfile ``` actual: ``` target/part-00000.pailfile ``` I've...
Usable compression codecs are currently determined at compile time. Allow the user to inject additional codecs programmatically without the need for dfs-datastores to know about them at compile time. Also,...
This issue is a reminder to myself (Frederick) to add myself to the list.
https://github.com/cntt-n/CNTT/blob/master/doc/ref_arch/kubernetes/chapters/chapter02.md#221-cloud-infrastructure-software-profile-capabilities The above uses "optional" and "not required" We should normalize the language or define what "not required" means.
Handling of ARCHIVISTA_FILE_SERVE_ON attempts to append :80 to the connection string. This results in a few possible outcomes: * user is root * no port is specified; listens on 80...
Some servers do not request users to submit a username/pw. At minimum, this breaks inbox-auth. Possibly breaks sending emails too. Can you add support for smtp without authentication when using...