Jeroen Op 't Eynde
Jeroen Op 't Eynde
It is possible to pass along the connection string when using Compositions.
@chlunde and @hasheddan Can you have another look at this PR?
ugh, can't sign that -_-
Merged through #153
Closing as stale. Please re-open and update if this is still valid.
Perhaps we can pass along the root certs to the ProviderConfig as a Secret/ConfigMap reference? This way we can make the feature available to anyone using different root certs. WDYT?
I'd rather not see arbitrary certificates (common or not) embedded in the provider, it puts a maintenance burden on the provider as we'd have to follow up with any changes...
Closing as stale.
Would it be useful to add a CLI argument to ignore trailing commas? It could be a stop-gap solution to this problem.
I've played around with this a bit and this is what I came up with: ```jsonnet local checkParameters(o) = local failures = [ 'Parameter %s is invalid' % n for...