- boilerplate based on https://developers.sap.com/tutorials/btp-cf-buildpacks-python-create.html
- minimal example routes
- user auth using btp/ias
- role based Access (e.g. for routes, Content)
- Access btp Service (eg hana)
- Access on premise oauth e.g. via principal Propagation?
- Status/ping route
- /routes folder and single py files for every route
cf create-service xsuaa application my-xsuaa -c xs-security.json
- `cf create-service hana hdi-shared my-hana
cf push