Erick Heredia
Erick Heredia
@inlined just to be on the same page, can I use params without cloud secret manager?
> @elhe26 For non-sensitive params we back everything in dotenv files. For secret params we use CSM exclusively as our backing store at this time. @inlined, What I'm referring to...
Hi @demchenkoalex , any updates?
@demchenkoalex, What requirements do you have in mind?
> will resolve this ASAP. I want to merge this and if I will see that something is not right I will try to fix it myself. Sorry for the...
Hey @leisim , is there a roadmap we can follow? Isar is really nice but without encryption is really difficult to switch over.
Any updates?
@jasonbosco, this extension supports subcollection paths? (ie. `cities/{cityId}/landmarks`)
FYI, if anyone is having issues with the above error `Execute Over SSH: mkdir -p /github/home/docker-deployment/stacks || true`, this worked for me: We have 2 parts: our **local machine** and...
@strazhnyk did you try `ssh-copy-id -i ~/.ssh/id_rsa.pub user@host` from your local machine?