Philip Douglass
Philip Douglass
First of all, I agree completely: A bug report to TD Bank is unlikely to result in a fix, but I may give that a shot. For the workaround, I...
PR updated and tested OK with TD Bank.
ok, thanks for the update! I know there are some efforts to share repo ownership responsibility, like [JazzBand](https://github.com/jazzband) -- perhaps you might consider handing this repo over there.
You'll need to do the following to use this with Chase: 1. Generate a uuid (either with `openssl rand -hex 16` or online at https://www.uuidgenerator.net/ 2. Run this once: ```python...
In this (longish) comment I will address the 5 minute timeout issue in AKS only! (Not the log size issue, or the 4 hours timeout issue.) As Microsoft partners, we...
This seems to be an unintended side-effect of #432. If nothing else, the documentation (README) should be updated to show correctly quoting the values, as the current example doesn't work.
You mean the example in the _issue_ description? Yes, there's a typo in there, without the extra `, it should be: ```yaml spec: extra_settings: - setting: AUTH_LDAP_BIND_DN value: "cn=admin,dc=example,dc=com" ```...
@hungtran84 you can still use the yaml block escaping in list form: ```yaml spec: extra_settings: - setting: AUTH_LDAP_USER_SEARCH value: - >- "DC=abc,DC=xyz,DC=net" - >- "(sAMAccountName=%(user)s)" ``` Although I will be...
> Hi, sorry for the slow review. Looks like this has conflicts now. Once you fix, we'll get this reviewed and merged. No problem @shanemcd -- I've gone ahead and...
I am having the same issue, though I am using an additional database added by following the documentation to add this block to the CRD: ```yaml spec: users: - name:...