Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 581 Bytes

readme.md

File metadata and controls

21 lines (17 loc) · 581 Bytes

btp python webapp boilerplate

core

  • 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

optional for later

  • /routes folder and single py files for every route

sap tech overview

cli

  • cf create-service xsuaa application my-xsuaa -c xs-security.json
  • `cf create-service hana hdi-shared my-hana
  • cf push