chore(badges): Add warning about endpoint exposition

Signed-off-by: Rbillon59 <r.billon@celonis.com>
This commit is contained in:
Rbillon59
2023-04-27 11:54:33 +02:00
parent 2fbf5300c5
commit 00979497ac
+2
View File
@@ -127,6 +127,8 @@ app:
obfuscate: true
```
:warning: **Warning**: The only endpoint to be publicly available is the `/entity/:entityUuid/:badgeId` endpoint. The other endpoints are meant to be called from the frontend plugin.
> Note that you cannot use env vars to set the `obfuscate` value. It must be a boolean value and env vars are always strings.
## API