Dave Syer
Dave Syer
> What you could possibly do is to inject the password string I guess I could. I would have to script it on the client side (using kubectl or similar)...
FWIW Google Config Connector has a `SqlUser` CRD that you can use in this scenario to set the username and password in the SQL instance. I don't know if that's...
> Could the apps share the database at the resource claim level instead? I'm kind of confused by this question. Probably I'm missing something, and haven't understood the abstraction. Can...
Until Crossplane has a fully baked solution for this can I suggest that we just add the connection string to the generated secret and document it? The sample here is...
> Would exposing status.atProvider.connectionName alongside the existing ones in the connection secret be enough to satisfy your use case? Yes. I think `ipConfiguration.ipv4Enabled=true` is the default. At least it doesn't...
It's public by default - at least that's what I see. But you can't connect with a regular mysql client, only the proxy (unless you authorize your client's network explicitly).
Through much trial and error I have found that `cf files logs/stderr.log` (etc. for the other files) tends to work even when this annoying bug is preventing me from using...
Yes it is still an issue. In fact I was cursing it just 30min ago.
Tried 'null', '~' and empty but none worked to clear the custom command.