summaryrefslogtreecommitdiffstats
path: root/ms/sliboot/src/main/java
AgeCommit message (Collapse)AuthorFilesLines
2021-10-29Sync local changes to support GRA microserviceDan Timoney2-3/+69
Sync changes made downstream to support GRA microservice Issue-ID: CCSDK-3504 Change-Id: I5fd99b978edb9598c5fe38f188635b365ad4e24c Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-09-02Carry forward honolulu fixesDan Timoney1-2/+0
This change carries forward the following fixes from Honolulu to master Update to allow ranges for ccsdk.sli.version Update to allow ccsdk.sli.version to be passed with a range as a value Change-Id: Ibb37082bf8162300ae2de37f33b0e4672b796293 Issue-ID: CCSDK-3209 Signed-off-by: Dan Timoney <dtimoney@att.com> (cherry picked from commit c3e800149c947ecc9b76a2e3b990664fc5d41ce1) Minor Refactoring of sliboot pom Issue-ID: CCSDK-3343 Change-Id: I66d4e2840ff86e092a23453384d02ce49b7048ac Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Use CadiFilter instead of shiro Microservices should use CadiFilter rather than shiro to integrate with AAF Change-Id: I95b9a844b7ac868f864134de7345013001357352 Issue-ID: SDNC-1523 Signed-off-by: Dan Timoney <dtimoney@att.com> (cherry picked from commit a90eecf70419ec4acba6f5a8425300eef7f45290) Minor Refactoring of sliboot pom Updating docker-maven-plugin to 0.34.0 and removing docker image build goal (it was there twice) Issue-ID: CCSDK-3343 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I26401befaf235ddfe694c6206cbd547cbc56cc03 (cherry picked from commit 108a13c20757f4a437aea22880f019e6e6043841) missing logs Add filters for audit and request/response log Add filters for audit and request/response log Issue-ID: CCSDK-3367 Signed-off-by: lalena.aria <lalena.aria@att.com> Change-Id: Id292c1f5109f0c3846a0357d0618f607011825a4 Add code to handle content type plain/text Add code to handle content type plain/text Issue-ID: CCSDK-3378 Signed-off-by: lalena.aria <lalena.aria@att.com> Change-Id: Id4a30ad5ca81db0e7e3a328cc5d2496c42c9e150 Signed-off-by: Dan Timoney <dtimoney@att.com> 1201 sanity test Add bean for IpAddressTool plugin Add missing import Add bean for IpAddressTool plugin Add missing import Fx typo (text/plain instead of plain/text) Issue-ID: CCSDK-3379 Signed-off-by: lalena.aria <lalena.aria@att.com> Change-Id: I208a6eaf462f86c2a3015af9bf9026ad11efa14b Signed-off-by: Dan Timoney <dtimoney@att.com> Use version 1.1.8 of parent Use version 1.1.8 of parent in order to use APL-licensed version of liquibase Issue-ID: CCSDK-3423 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I1db475fa8991d617d22536ce38d51f96c7806f85
2021-08-17Upgrade to springboot 2.5Dan Timoney1-1/+1
Upgrade to springboot version 2.5 to address third party vulnerabilities Issue-ID: CCSDK-3415 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Id7d3d3ab9bf161600412b33862526181f2444224
2021-06-23Only enable CadiFilter if prop file setDan Timoney1-0/+4
Only enable CadiFilter if cadi.properties.path property is set Issue-ID: CCSDK-3349 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: If275fb839996ebb93317e9de8a2f2256c99b87b9
2021-04-20Use CadiFilter instead of shiroDan Timoney1-32/+18
Microservices should use CadiFilter rather than shiro to integrate with AAF Change-Id: I95b9a844b7ac868f864134de7345013001357352 Issue-ID: SDNC-1523 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-11-10Add content-type header if missingDan Timoney1-1/+1
Added new filter that inserts a Content-Type header (default value application/json) if none is provided. Change-Id: I4e06913851816448576aad35deb9a809a0dbcda7 Issue-ID: CCSDK-2977 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-10-27Enhancements to reuse sliboot controllerDan Timoney2-43/+11
Update sliboot implementation so that controller can be imported into other apps to implement SLI-API API (notably healthcheck) Change-Id: I1f1e37eb3af583c609c0b074946abdfe58b25a33 Issue-ID: CCSDK-2948 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-06-29Add RFC 8040 compliant error handlerDan Timoney3-6/+12
Add a new error handler that formats error responses consistent with RFC 8040 (RESTCONF) standards. Change-Id: I67a6ab626d943115570f2e74d0a8132933726bc8 Issue-ID: CCSDK-2482 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-06-09Export SvcLogicFactory as serviceDan Timoney2-150/+1
Expose SvcLogicFactory bean as a service so it can be reused in other microservices. Change-Id: I55a6e08ad2a4fa81a91151a3b437514fab70c96a Issue-ID: CCSDK-2096 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-06-09Refactor sliapi springbootDan Timoney9-0/+885
Moved sli-api springboot microservice from ccsdk/sli/core to ccsdk/apps Change-Id: Ibecae568cf90b71575403052111e7be9ff543376 Issue-ID: CCSDK-2096 Signed-off-by: Dan Timoney <dtimoney@att.com>