Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/NASA-PDS/registry into add_…
Browse files Browse the repository at this point in the history
…lid_ref
  • Loading branch information
Matt Anikiej committed Aug 15, 2024
2 parents bb45121 + 5529f84 commit a6f7076
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [«unknown»](https://github.com/NASA-PDS/registry/tree/«unknown») (2024-08-08)
## [«unknown»](https://github.com/NASA-PDS/registry/tree/«unknown») (2024-08-14)

[Full Changelog](https://github.com/NASA-PDS/registry/compare/v1.3.1...«unknown»)

Expand All @@ -16,6 +16,7 @@

**Other closed issues:**

- Finalize Cognito configuration in production for the Registry [\#307](https://github.com/NASA-PDS/registry/issues/307)
- Add Lola PDS4 script [\#305](https://github.com/NASA-PDS/registry/issues/305)
- Propose options to integrate Trek footprints to PDS products [\#295](https://github.com/NASA-PDS/registry/issues/295)
- Generalize the treks util to all the Treks services [\#294](https://github.com/NASA-PDS/registry/issues/294)
Expand Down
19 changes: 13 additions & 6 deletions docker/default-config/application.properties
Original file line number Diff line number Diff line change
@@ -1,36 +1,43 @@
server.contextPath=/
server.port=8080
server.use-forward-headers=true
server.forward-headers-strategy=framework

springdoc.swagger-ui.enabled=true
springdoc.swagger-ui.path=index.html
springdoc.swagger-ui.tagsSorter=alpha

springdoc.api-docs.path=/api-docs
springdoc.api-docs.enabled=true

springdoc.swagger-ui.tagsSorter=alpha
springdoc.packagesToScan=gov.nasa.pds.api.registry.controller
springdoc.packagesToScan=gov.nasa.pds.api.registry.controllers
springdoc.pathsToMatch=/**

server.forward-headers-strategy=framework
management.endpoints.web.exposure.include=*
spring.jackson.serialization.WRITE_DATES_AS_TIMESTAMPS=false

debug=false
logging.level.root = INFO
logging.level.gov.nasa.pds.api.registry.opensearch = DEBUG
logging.level.gov.nasa.pds.api.registry.controllers = DEBUG
logging.level.org.apache.hc.client5.http.wire = INFO
logging.level.org.apache.http.wire = INFO

## note the port is mandatory even when it is default :80 or :443
openSearch.host=elasticsearch:9200
openSearch.registryIndex=registry
openSearch.registryRefIndex=registry-refs
openSearch.timeOutSeconds=60
# , separated list of the prefixes used in the opensearch indices,
# if none, keep this configuration empty.
openSearch.disciplineNodes=
openSearch.username=admin
openSearch.password=admin
openSearch.ssl=true

# use only for development purpose, left it to true otherwise
openSearch.sslCertificateCNVerification=true

# Only show products with following archive statuses
filter.archiveStatus=archived,certified

# source version from maven
registry.service.version=1.2.0
registry.service.version=1.5.0-SNAPSHOT

0 comments on commit a6f7076

Please sign in to comment.