Nir Radian
Nir Radian
When using more than one docker-compose file, then there is inconsistent behavior in this aspect. The first docker-compose yml determines the working directory for path resolution, so files that work...
I'm using docker to build artifacts, the image name (artifact) can simply be image_name:${MBT_MODULE_VERSION}, that works fine. for a simple example, module _parrot_ depends on module _birb_. When I change...
Thanks! although this doesn't save me from calling source ... before calling mbt, it does alleviates the need to use jq for parsing the describe json so this is definitely...
I'm looking for a place to comment on this for a while, I hope this is relevant: The sub claim inside the jwt returned from an auth server should be...
I wanted to create a jwt token as a response to. cliean credential grant request. I saw this part of the docs https://www.express-gateway.io/docs/configuration/system.config.yml/accessTokens/ and like I expected it didnt return...
This reproduces every time for me if there's no \_\_init\_\_.py in the folder of one of the duplicates.
Releasing and deploying on new git tags is very common, so this seems to make a lot of sense to have. One workaround that seems pretty straightforward to me is...