Skip to content

Commit 06675c3

Browse files
committed
fix autoDeployDcl cds plugin parameter name
1 parent 540744c commit 06675c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/CAP/cds-Plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ It supports the following properties with the following [`default`]:
8383
- **policyDeployerRoot** *string* [`gen/policies` / `srv/src/gen/policies` (Java)]: folder of the AMS policy deployer application created during `cds build` (see [Base Policy Upload](#base-policy-upload))
8484

8585
### Node.js specific configuration
86-
- **authPushDcl** *true/false* [`false`]: if enabled, uploads the base policies to the AMS server on application start and after DCL changes (see [Hybrid Testing](https://cap.cloud.sap/docs/advanced/hybrid-testing)).
86+
- **autoDeployDcl** *true/false* [`false`]: if enabled, uploads the base policies to the AMS server on application start and after DCL changes (see [Hybrid Testing](https://cap.cloud.sap/docs/advanced/hybrid-testing)).
8787

8888
:::tip
8989
All *requires.auth.ams* properties also work in lowercase (for example `generatedcl`), and lowercase has priority over the camel case version (for example `generateDcl`) of properties. This means that all [cds env sources](https://cap.cloud.sap/docs/node.js/cds-env#sources-for-cds-env) including the case-insensitive ones are supported, such as setting properties using environment variables (`CDS_REQUIRES_AUTH_AMS_GENERATEDCL`), which are mapped to lowercase versions of the property.

0 commit comments

Comments
 (0)