Merge branch 'dmp-refactoring' of https://code-repo.d4science.org/MaDgiK-CITE/argos into dmp-refactoring
This commit is contained in:
commit
46cb75dee7
|
@ -15,7 +15,7 @@ elastic:
|
||||||
disableHostnameVerifier: false
|
disableHostnameVerifier: false
|
||||||
app-elastic:
|
app-elastic:
|
||||||
enabled: ${ELASTIC_ENABLED}
|
enabled: ${ELASTIC_ENABLED}
|
||||||
planIndexName: ${ELASTIC_DMP_INDEX}
|
planIndexName: ${ELASTIC_PLAN_INDEX}
|
||||||
descriptionIndexName: ${ELASTIC_DESCRIPTION_INDEX}
|
descriptionIndexName: ${ELASTIC_DESCRIPTION_INDEX}
|
||||||
enableIcuAnalysisPlugin: false
|
enableIcuAnalysisPlugin: false
|
||||||
resetBatchSize: 1000
|
resetBatchSize: 1000
|
||||||
|
|
|
@ -35,6 +35,9 @@ The swagger UI is available at the `/swagger-ui/index.html` url. It contains doc
|
||||||
- **/api/tag/\*\***
|
- **/api/tag/\*\***
|
||||||
- **/api/reference/\*\***
|
- **/api/reference/\*\***
|
||||||
- **/api/reference-type/\*\***
|
- **/api/reference-type/\*\***
|
||||||
|
- **/api/user/\*\***
|
||||||
|
- **/api/principal/\*\***
|
||||||
|
- **/api/lock/\*\***
|
||||||
|
|
||||||
<Admonition type="info">
|
<Admonition type="info">
|
||||||
<p>These endpoints require authentication.</p>
|
<p>These endpoints require authentication.</p>
|
||||||
|
|
Loading…
Reference in New Issue