In AWS R3 M23 Redis /apache version not returned in the response when info endpoint of indexer service is used.
n AWS R3 M23 Redis /apache version not returned in the response when info endpoint of indexer service is used. It returned the secondary Elastic search version but not redis like it does for other CSPs
AWS
curl --location 'https://prsh.testing.preshiptesting.osdu.aws/api/indexer/v2/info' \ --header 'Data-Partition-Id: osdu' \ --header 'Authorization: Bearer eyJraWQiOiJ...Truncated...4XXcyDVcBWg'Response: 200 OK { "groupId": "org.opengroup.osdu.indexer", "artifactId": "indexer-aws", "version": "0.26.0", "buildTime": "2024-04-23T12:26:18.847Z", "branch": "refs/heads/release/r3-m23", "commitId": "c9de6cd64495b8dd18348dbdc2da94da2eae895f", "commitMessage": "OSDU Data Platform v0.26.0", "connectedOuterServices": [ { "name": "ElasticSearch-osdu", "version": "7.17.15" }, { "name": "ElasticSearch-common", "version": "7.17.15" } ] }
Azure
curl --location 'https://osdu-ship.msft-osdu-test.org/api/indexer/v2/info' \ --header 'Data-Partition-Id: opendes' \ --header 'Authorization: Bearer eyJ0eXAiOiJK...Truncated...JYQpQZQyWHA'Response 200 OK { "groupId": "org.opengroup.osdu.indexer", "artifactId": "indexer-azure", "version": "0.26.0", "buildTime": "2024-04-23T08:47:49.219Z", "branch": "v0.26.0", "commitId": "c9de6cd64495b8dd18348dbdc2da94da2eae895f", "commitMessage": "OSDU Data Platform v0.26.0", "connectedOuterServices": [ { "name": "Redis-RelatedObjectRedisCache", "version": "6.0.14" }, { "name": "Redis-JwtRedisCache", "version": "6.0.14" }, { "name": "Redis-SchemaRedisCache", "version": "6.0.14" }, { "name": "Redis-RecordChangeInfoRedisCache", "version": "6.0.14" }, { "name": "Redis-IndexRedisCache", "version": "6.0.14" }, { "name": "ElasticSearch-opendes", "version": "7.16.3" } ]
GC
curl --location 'https://preship.gcp.gnrg-osdu.projects.epam.com/api/indexer/v2/info' \ --header 'Data-Partition-Id: m19' \ --header 'Authorization: Bearer ya29.a0Ad52N39DQ_ok...Truncated...aGSzTIbcrA0174'{ "groupId": "org.opengroup.osdu.indexer", "artifactId": "indexer-gc", "version": "0.26.0", "buildTime": "2024-04-23T08:47:49.219Z", "branch": "v0.26.0", "commitId": "c9de6cd64495b8dd18348dbdc2da94da2eae895f", "commitMessage": "OSDU Data Platform v0.26.0", "connectedOuterServices": [ { "name": "Redis-RedisCacheBuilder$2", "version": "7.2.4" }, { "name": "Redis-RedisCacheBuilder$2", "version": "7.2.4" }, { "name": "Redis-RedisCacheBuilder$2", "version": "7.2.4" }, { "name": "ElasticSearch-dtest", "version": "7.17.17" }, { "name": "ElasticSearch-esstar", "version": "7.17.17" }, { "name": "ElasticSearch-m19", "version": "7.17.17" }, { "name": "ElasticSearch-odesprod", "version": "7.17.17" } ] }