added props resource_docs_require_role to release_notes

This commit is contained in:
hongwei 2020-02-19 10:12:23 +01:00
parent 3f04a7a0f2
commit 8a75f026b1
2 changed files with 7 additions and 0 deletions

View File

@ -67,6 +67,11 @@ connector=mapped
## So if you want the new endpoints shown timely, set this value to a small number.
resourceDocsObp.cache.ttl.seconds=3600
## This can change the behavior of `Get Resource Docs`. If we set it to `true`, OBP will check the authentication and CanReadResourceDoc Role
# the default value is false, so the `Get Resource Docs` is anonymous as default.
resource_docs_require_role=false
## enable logging all the database queries in log file
#logging.database.queries.enable=true

View File

@ -3,6 +3,8 @@
### Most recent changes at top of file
```
Date Commit Action
19/02/2020 3f04a7a0 Added props: resource_docs_require_role. default is false. If set it as `true`, then OBP will
check the authentication and CanReadResourceDoc Role for the endpoint: `Get Resource Docs`.
21/11/2019 51f97330 Added props: portal_hostname. default use the same value as hostname. This props is only useful when we split obp to
two instances: apis and portal. So portal one need its own hostname, portal_hostname can be used for it.
18/11/2019 de4aec71 Added props: grpc.server.enabled. default is false.