cds add xsuaa --for production

This commit is contained in:
Johannes Vogt
2025-03-21 16:52:51 +01:00
parent dca837e595
commit 39335c8c9b
4 changed files with 72 additions and 49 deletions

View File

@@ -6,7 +6,8 @@
"author": "daniel.hutzel@sap.com",
"dependencies": {
"@sap/cds": ">=8",
"@cap-js/hana": "^1"
"@cap-js/hana": "^1",
"@sap/xssec": "^4"
},
"workspaces": [
"./bookshop",
@@ -44,6 +45,11 @@
"cds": {
"sql": {
"native_hana_associations": false
},
"requires": {
"[production]": {
"auth": "xsuaa"
}
}
}
}