Alejandro Sastre
Alejandro Sastre
@atbagga Could you review it again? I believe you already reviewed it. Thanks!
@svaraksin-gd I have found a workaround for now which seems to work. You can change the url of the certificate to have `secrets` instead of the `certificates` and the WAF...
I am having a similar issue. Command being used: ``` docker run --rm -d --name gitserver -p 2233:22 --network=pgnetwork --label deployed-by=git-server.sh -v /Users/alejandro/TMP/dc-git-server:/srv/git -v ./authorized_keys:/home/git/.ssh/authorized_keys -e REPOSITORIES_HOME_LINK=/srv/git -e SSH_AUTH_METHODS=publickey rockstorm/git-server:2.4...
Yes, it does but without the `.git` ``` git clone ssh://git@localhost:2233/srv/git/xlinq/tcs.dc ```
@rockstorm101 Thanks for the support I still cannot successfully clone the repo without the full path. I see that on your relative path test you are not using the `ssh://`...
I did not manage to solve it, we are using full paths for now. I need to specify the port so I need to use the `ssh://` (unless I am...
Similar issue happens when trying to change permissions of some mounted files. I am trying to run `rockstorm101/git-server-docker` and upon mounting the file system the tool tries to ensure the...
I am not trying to manage the Azure Front Door but create WAF Policies for Front door (`Microsoft.Network/frontdoorWebApplicationFirewallPolicies`)
I was able to test it today, the problem appears if you try to create the policy with `-` in the name (e.g `MyResource-test`) which I believe is not supported...