usecase.json & parameters.json via http #395
-
Hello colleagues, If I understood the diagram here: https://github.com/SAP-samples/btp-setup-automator/blob/main/docs/OVERVIEW.md correctly, there should be a possibility to store usecase.json & parameters.json files somewhere (e.g. in GitHub) and use them via https(s) instead of using them locally as part of the package. Could you please share how to achieve this? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @AnatolManikalo, you can find an example here. The examples uses If you need to authenticate to access the file content, this issue shows you how to do that. This functionality is available since release 1.2.0. Best, |
Beta Was this translation helpful? Give feedback.
-
Hi @lechnerc77 Thanks for your reply. If we want to use local parameters file (not http), should this file be inside built container, or is it possible to use one outside container? How to provide path to it then? |
Beta Was this translation helpful? Give feedback.
Hi @AnatolManikalo,
you can find an example here. The examples uses
docker exec
but it is the same when you use thebtpsa
inside the container. Be aware to reference the raw file content.If you need to authenticate to access the file content, this issue shows you how to do that. This functionality is available since release 1.2.0.
Best,
Christian