Age | Commit message (Collapse) | Author | Files | Lines |
|
Change-Id: Ibec2d9ea738569e96d4de7cd24899a0a5886fd99
Issue-ID: AAI-2203
Signed-off-by: Edwin Lawrance <Edwin.Lawrance@amdocs.com>
|
|
Change-Id: I47d6b7cf80fc156312977b2a302539b9e691fed8
Issue-ID: AAI-2203
Signed-off-by: Edwin Lawrance <Edwin.Lawrance@amdocs.com>
|
|
Change-Id: I0b0e36503f9eab63b2e6a41acf1c58658a511fd5
Issue-ID: AAI-2203
Signed-off-by: Edwin Lawrance <Edwin.Lawrance@amdocs.com>
|
|
Change-Id: Ic989e9538b67214e43faf221724ed5d36bfc6d03
Issue-ID: AAI-2203
Signed-off-by: Edwin Lawrance <Edwin.Lawrance@amdocs.com>
|
|
Change-Id: I85d4c78abda0af32b9994b01f8abceaabe276e18
Issue-ID: AAI-2203
Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>
|
|
Add Dockerfile that produces an image of ElasticSearch with SearchGuard
plugin pre-installed, and restructure the Maven project to build both
the old search-data-service Dockerfile and the new elasticsearch-sg
Dockerfile.
Change-Id: Iff7cb79e3c09da78b6233422f40cb03eeef5bfdb
Issue-ID: AAI-2203
Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>
|
|
When deploying the search service, an optional settings-confg.json
file can be used to define the index settings if the deployer does
not want to use the default settings.
Change-Id: I67902684ac4a432b5a010a7177e9980a0c7592d1
Issue-ID: AAI-2191
Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
|
|
based on an env. variable, client authentication can be disabled
Change-Id: I6d787644ef1439b8e88dcc3dec7f5181b11b7f11
Issue-ID: AAI-2132
Signed-off-by: Serban Popescu <serban.popescu@amdocs.com>
|
|
support reading passwords from environment
Change-Id: I713bddf0e6fa2e8c90de7023c8ca13138fcc1fbe
Issue-ID: AAI-2083
Signed-off-by: Bansal, Nitin (nb121v) <nitin.bansal@amdocs.com>
|
|
support reading cert passwords from environment
Change-Id: I8b924b78450c84cd63ef796c2f606084e64bcfdc
Issue-ID: AAI-2083
Signed-off-by: Bansal, Nitin (nb121v) <nitin.bansal@amdocs.com>
|
|
Change-Id: Ic9359d0eea2a0c57a7b17397a8f681aba765f893
Issue-ID: AAI-2046
Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
|
|
Issue-ID: AAI-2036
Change-Id: Iab0924049d1ab69a5c9d8613071746133b395f7c
Signed-off-by: jimmy <jf2512@att.com>
|
|
Change-Id: I1288ea4610c8825d4029262076b2bb7fe19f543e
Issue-ID: AAI-1895
Signed-off-by: jimmy <jf2512@att.com>
|
|
the es.auth.authorization.enabled property, if set to false, will bypass
user authorization
Issue-ID: AAI-2007
Change-Id: I46e3e087ee13eacdf977bbdc9c439045b0072a33
Signed-off-by: Serban Popescu <serban.popescu@amdocs.com>
|
|
support clear text/jetty obfuscated password for talking to secure Elastic search
Change-Id: I864320f3884da1171b7c7980edbe8858197afc97
Issue-ID: AAI-1971
Signed-off-by: Bansal, Nitin (nb121v) <nitin.bansal@amdocs.com>
|
|
implement client authorization when performing bulk request to a secure
ES
update content type support by ES
Issue-ID: AAI-1883
Change-Id: I72bd3af0af4680b55fd74c6e7fbd77990fa0ee5b
Signed-off-by: renealr <reneal.rogers@amdocs.com>
|
|
Issue-ID: AAI-1853
Change-Id: Ide4f692e76ca90dd9ed36a54eb6312c321a7deed
Signed-off-by: fpaquett <francis.paquette@amdocs.com>
|
|
Issue-ID: AAI-1738
Change-Id: I93369b7c274f7fcc9bc7182402b9adaeb2d77b91
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
|
|
Remove UTF-8 BOMs from the Java files and reformat License headers where
necessary (to conform with the License.txt content).
Change-Id: I74219db814ffc9b51dbf7273cbfde5847ff50ad3
Issue-ID: AAI-1650
Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
|
|
Add configuration to the existing Elastic Search properties to allow
Basic Authentication and/or TLS (SSL) connectivity using HTTPS.
The new configuration is optional and this commit is intended to be
backwards compatible with existing deployments.
Change-Id: I19ec3da9ff810c3f6eabd6f5faf71adde182c861
Issue-ID: AAI-1650
Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
|
|
Further simple changes to remove Sonar code smells
Issue-ID: AAI-1650
Change-Id: Ibae60a3aa1e8c7e85b3442d3e267eb6c1a74efbc
Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
|
|
Address all the trivial Sonar issues (ignoring some duplicated strings)
Change-Id: I5a15d42e6ae316f4c5b1dea5f42f604cec8c82a8
Issue-ID: AAI-1650
Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
|
|
Use the Eclipse formatter to automatically format the code to adhere
to the defined standards.
Change-Id: I42a8c90c5b272facc4cc2a0c85233061ed64ba3f
Issue-ID: AAI-1650
Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
|
|
Fix all import ordering.
Change-Id: Ia0a0ef64eab7b1560c7dd1d54a1a9e1adee67a5e
Issue-ID: AAI-1650
Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
|
|
Also refactor the connection code to remove duplicated Exception
handling.
Change-Id: Ica77b6ba3d8939e89b763a33a6b940d11b066b85
Issue-ID: AAI-1650
Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
|
|
Put public methods before private methods, following the standard Java
conventions.
Issue-ID: AAI-1650
Change-Id: I527b1e73f92a28cade0a2e792dcee841fafeef43
Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
|
|
Simplify the creation of OperationResult objects using a Builder to
encapsulate the common behaviours.
Change-Id: Ifacd75f0a808338d1ab4735a79009de7a2cb5351
Issue-ID: AAI-1650
Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
|
|
Issue-ID: AAI-1663
Change-Id: Iff208537053fd27c95295e2a4c408f7b4b3dc611
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
|
|
Refactor repeated code snippets into helper methods, in order to reduce
cognitive complexity.
Change-Id: Ic04ce219b67017075d2b0b7c6e6bc7250ccff926
Issue-ID: AAI-1650
Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
|
|
Refactor to address Sonar violations for duplicated literal strings in
the HTTP Controller class.
Change-Id: I54cc33851df0269a0af917fd7b38ee0c14fda935
Issue-ID: AAI-1650
Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
|
|
Use standard Java Status Response enums and constants instead of
hard-coding magic values in the HTTP Controller.
Change-Id: Ic509e2a85808dc3e0faab1b455a2e7851cd86408
Issue-ID: AAI-1650
Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
|
|
Explicitly specify all HTTP payload content as JSON, for compatibility
with Elasticsearch 6.x
Change-Id: Ibd6ad7bfd627a5c1bdfb04a950472e4cedfd790d
Issue-ID: AAI-1650
Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
|
|
Use the Eclipse formatter to re-organise the HTTP Controller class,
prior to introducing HTTPS support.
Change-Id: I41015c16bc9b4e84ea0b267a262e89007ef329e6
Issue-ID: AAI-1650
Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
|
|
Issue-ID: AAI-1583
Change-Id: Id7c84f8c82096557e8280236694b149f64f12a50
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
|
|
Change-Id: I3547e79ff27220a49539d9cfdf48ac534f155f10
Issue-ID: AAI-1596
Signed-off-by: Edwin Lawrance <Edwin.Lawrance@amdocs.com>
|
|
Issue-ID: AAI-1515
Change-Id: Iacf07766c8bf84da7575f3e4fa3d9eb85c73d11c
Signed-off-by: Francis Paquette <francis.paquette@amdocs.com>
|
|
Issue-ID: AAI-1449
Change-Id: I8aa2cb599888d5bdb40b85b0a18bfbb33f685217
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
|
|
Issue-ID: AAI-1449
Change-Id: I887151b393ad046ef013463af9d90c3504866a52
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
|
|
|
|
Payload to Elastic Search is translated to comply ES6.1.2
PUT and POST calls now have content-type header
Added functionality for dynamic templates
Change-Id: I2a44a8a9999ec01a3bad1fb6999fe35bb6ef70d1
Issue-ID: AAI-1376
Signed-off-by: Edwin Lawrance <Edwin.Lawrance@amdocs.com>
|
|
Change-Id: I19b34476fd1e196857f60cb9a3b780821593ccf8
Issue-ID: AAI-1383
Signed-off-by: Bogumil Zebek <bogumil.zebek@nokia.com>
|
|
Remove the creation of the aaiadmin user in the docker container
Issue-ID: AAI-1226
Change-Id: I6841b2aab5102cb8968eec74219f3d00dc93f88b
Signed-off-by: renealr <reneal.rogers@amdocs.com>
|
|
Add the fix needed in order for the search ping to communicate with data
router as well as add some fixes to the start script and dockerfile
Issue-ID: AAI-1224
Change-Id: I74ab3b8def4b85513401b7329d33dc6a3bc518bc
Signed-off-by: renealr <reneal.rogers@amdocs.com>
|
|
The image architecture is currently hardcoded, this patch removes
that hardcoded value to allow for ARM64 builds to go through.
Change-Id: I282e75b089147cab5006db869acca95954f3c528
Issue-ID: CIMAN-154
Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
|
|
The current verison of jnr-unixsocket is 0.12 from the Docker
plugin however in order to be able the images for ARM64, it needs
the newer version which has support for it.
There is work upstream to switch the version to 0.18[0] however
it seems that this is still pending, so we can pin it for now until
that merges.
[0]: https://github.com/spotify/docker-maven-plugin/pull/379
Change-Id: I02575fee442bdb41e3939e1e3fb026024bc9fbc7
Issue-ID: CIMAN-154
Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
|
|
|
|
Issue-ID: AAI-1169
Change-Id: I3789fddbc8fd5b103f9ea27202727a2c7b5579d2
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
|
|
Issue-ID: AAI-1140
Change-Id: I55b5c102afbe509ad2fd51bb0669c58fac1a85fe
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
|
|
since we already have built-in in JDK8
Change-Id: I73ccb1c084405c45eabd50b0a58278b1037ac5f8
Issue-ID: AAI-1130
Signed-off-by: mkorzeni <mateusz.korzeniowski@nokia.com>
|
|
Update springboot to 1.5.12.RELEASE from 1.5.10.RELEASE
Change-Id: I295ed8ece93e24721b9e46557489d53e52905a45
Issue-ID: AAI-1043
Signed-off-by: Shwetank Dave <shwetank.dave@amdocs.com>
|