summaryrefslogtreecommitdiffstats
path: root/auth/auth-cass
AgeCommit message (Collapse)AuthorFilesLines
2020-05-26AAF scrub new data from preloadChrisC1-1/+1
Gating revealed that data was not properly scrubbed. run scrub.sh to init sample identites in cred and roles Updating release to 2.1.23 to be able to release new dockers Issue-ID: AAF-1127 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: I780bba1fd2f5609b570a3bf9befade47604ad496
2020-05-08release 2.1.22John J. Franey1-1/+1
pulled aaf initialization data from test environment set poms to 2.1.22-SNAPSHOT set version.properties to 2.1.22 Issue-ID: AAF-1144 Signed-off-by: John J. Franey <john.franey@att.com> Change-Id: Ib7a98af1861b47b0dafb3d7962cd3211ceb1524e
2020-05-07AAF default config update and fixesChrisC1-1/+1
Update AAF default conf to : - fix typo in default identity file - add default email addresses to all pre defined users, as this was creating issues for some clients when trying to decode certs (missing Sponsor email for RFC822Name in generated certificates see JIRA : PORTAL-893). - updated portal roles: portal does sync roles with AAF but was using another identity (aaf_admin), this has been changed in portal to use its X509 artifacts when doing REST queries to AAF, hence adding more roles to portal user to support its functions. Issue-ID: PORTAL-875 Issue-ID: PORTAL-893 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: I5afa2769a4ec33c1ea2f4da2f5b6e0b4938ea88f (cherry picked from commit c5b27ed436484b2a60bde7558aee459366f722d7)
2020-03-26AAF Services non root, all platforms2.1.20Instrumental4-9/+13
adjust Agent for JDK 11 Included redoing Config and Agent Init Containers refit for "hello" (sample) Issue-ID: AAF-1102 Signed-off-by: Instrumental <jgonap@stl.gathman.org> Change-Id: Ia957b1ccce34d164580ccb0a6d02d7b800e4887e
2020-03-24AAF non-rootChrisC5-14/+20
update AAF service dockerfiles to run as user AAF, reusing existing script infra Issue-ID: AAF-1102 Signed-off-by: ChrisC <christophe.closset@intl.att.com>, JulienBe <jb3179x@att.com> Change-Id: I2d9feef65a98d4545e407825533cd1741f891b45
2020-03-19minor 2.1.20 changesInstrumental2-2/+2
Update versions to 2.1.20 Issue-ID: AAF-1081 Signed-off-by: Instrumental <jgonap@stl.gathman.org> Change-Id: I1a8706d87f7aceffcc96980cebea6722d20cf11e
2020-03-19Fix standalone Batch JarsInstrumental4-15/+14
Issue-ID: AAF-1114 Signed-off-by: Instrumental <jgonap@stl.gathman.org> Change-Id: I6ceb7ef714b3c7c2b33371abfca9202746151231
2020-03-18Fix Cass, then to Version 2.1.19Instrumental3-8/+8
Issue-ID: AAF-1081 Signed-off-by: Instrumental <jgonap@stl.gathman.org> Change-Id: I5ca5779813b6120dfb6c13768abab4855ad26c35
2020-03-10Container 2.1.18cInstrumental1-3/+15
Issue-ID: AAF-1081 Signed-off-by: Instrumental <jgonap@stl.gathman.org> Change-Id: Idfbb108082e1037ad93b9e34e4b389f210669157
2020-03-09update Container 2.1.18bInstrumental2-5/+5
Issue-ID: AAF-1081 Signed-off-by: Instrumental <jgonap@stl.gathman.org> Change-Id: I1fdbba7ca7f8a4cf85f204f8e64992ec30fa825e
2020-03-05Move code set to 2.1.18, Update from TEST systemInstrumental1-1/+1
Issue-ID: AAF-1081 Signed-off-by: Instrumental <jgonap@stl.gathman.org> Change-Id: I4b885ad2805bdb517cc440bfc8f7af23b8042eb7
2019-11-27Fixes from Regression TestsInstrumental1-3/+9
Issue-ID: AAF-1058 Change-Id: I7d3ace9cef69a163c2ec0c9a48583fdfa9ca20af Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-11-21Merge "Function.java-remove the useless assignment to the variable"Jonathan Gathman1-1/+0
2019-11-20Fix namesInstrumental2-17/+1
Issue-ID: AAF-1046 Change-Id: Idd0d5e2272863f021842eaa604e11728c1379c5f Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-11-14To version 2.1.17-SNAPSHOTInstrumental1-1/+1
Issue-ID: AAF-1046 Change-Id: Id534c271c94c3805a5902eea521dc6c9d66f3919 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-11-07Function.java-remove the useless assignment to the variableThugutla sailakshmi1-1/+0
Issue-ID: AAF-876 Change-Id: I527e640b5f96d6800e2a4b61ff85f4218d4d48f2 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-11-06Fix Merge errorInstrumental1-1/+1
Issue-ID: AAF-1040 Change-Id: I98e8184c0ecf92e87f0fa43a05b09071ae7dd8a2 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-11-06Merge "Function.java-sonar fix"Jonathan Gathman1-4/+4
2019-11-06Merge "SonarFix-CachedRoleDAO.java"Jonathan Gathman1-0/+2
2019-11-06SonarFix-CachedRoleDAO.javamanisha071-0/+2
Issue-ID: AAF-1031 Change-Id: I8ceb04722950d994ff55c0b3892475137faee37a Signed-off-by: manisha07 <cmanis10@in.ibm.com>
2019-11-06Merge "Add the "@Override" annotation above this method signature - SonarFix"Jonathan Gathman1-8/+3
2019-11-06Add the "@Override" annotation above this method signature - SonarFixmanisha071-8/+3
Issue-ID: AAF-1031 Change-Id: I132e857ec2137fab622826f0af1ecb004ce90c60 Signed-off-by: manisha07 <cmanis10@in.ibm.com>
2019-11-06Merge "HistoryDAO.java-sonar fixes"Jonathan Gathman1-4/+2
2019-11-06Merge "DirectAAFLur.java-sonar fix"Jonathan Gathman1-3/+4
2019-11-06DirectAAFLur.java-sonar fixThugutla sailakshmi1-3/+4
Issue-ID: AAF-876 Change-Id: I9c5417dfd72cac871ed79e99230a503a7fc4b693 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-11-06Merge "Function.java - Extract the assignment"Jonathan Gathman1-1/+2
2019-11-06Merge "OAuthTokenDAO.java -there's no need to call "toString()"Jonathan Gathman1-1/+2
2019-10-30HistoryDAO.java-sonar fixesThugutla sailakshmi1-4/+2
Issue-ID: AAF-876 Change-Id: I8ed66392bad79c4f7d8d690e7bdb27c31b4dbb2d Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-10-21Function.java - Extract the assignmentThugutla sailakshmi1-1/+2
Issue-ID: AAF-876 Change-Id: I1a9d0952df7d99fd88541d064b7581b2b4a725e0 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-10-21OAuthTokenDAO.java -there's no need to call "toString()Thugutla sailakshmi1-1/+2
Issue-ID: AAF-876 Change-Id: Ia19a7ba37b299ff90ad8c9191d3a05c143221b9a Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-10-16Function.java-sonar fixThugutla sailakshmi1-4/+4
Issue-ID: AAF-876 Change-Id: I9f398f80353404536d741cc96fef434751cba58c Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-10-16AbsCassDAO.java -sonar fixThugutla sailakshmi1-5/+1
Issue-ID: AAF-876 Change-Id: Iadcc05337550e634834c57410dfd11e4b21bc95a Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-10-15Sonar WarningInstrumental2-5/+9
Issue-ID: AAF-1019 Change-Id: I21392732189837f6ce031d618bd8f5e63e06e28c Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-10-15Sonar Fixes, FormattingInstrumental89-2163/+2161
Issue-ID: AAF-1019 Change-Id: Ica49d9e7323aad9622ff9d95cc21b87430c22c54 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-10-14Merge "CredDAO.java -Extract the assignment out of expression"Jonathan Gathman1-1/+3
2019-10-14FileGetter.java-Merge this if statement with the enclosing oneThugutla sailakshmi1-3/+2
Issue-ID: AAF-876 Change-Id: I447c46173742f47177e3584c99720d5a2ea6f8d3 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-10-14CredDAO.java -Extract the assignment out of expressionThugutla sailakshmi1-1/+3
Extract the assignment out of expression Issue-ID: AAF-876 Change-Id: Ie26c0aad072316e24466f4e34ae8cc5014cf7dd5 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-10-10DAOException.java -This block of commented-out lines of code should be removedThugutla sailakshmi1-3/+1
Issue-ID: AAF-876 Change-Id: I77af743726b89aa057081d6ecbbf6caeac796de2 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-09-19Merge "CachedCredDAO .java -add the @Override annotation above method signature"Jonathan Gathman1-0/+4
2019-09-19Merge "Sonar Fix: Cached.java"Jonathan Gathman1-21/+24
2019-09-18CachedCredDAO .java -add the @Override annotation above method signatureThugutla sailakshmi1-0/+4
CachedCredDAO .java -add the @Override annotation above method signature Issue-ID: AAF-876 Change-Id: Ie0a6becc555da4eba72bd1572ecf5287e80a2fc2 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-09-18Sonar Fix: CassDAOImpl.javaArundathi Patil1-8/+16
Fixed sonar issues across this file Issue-ID: AAF-968 Change-Id: I0d3d887906d4ad43ce376f6634c782ea77427644 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-09-18Sonar Fix: Cached.javaArundathi Patil1-21/+24
Fixed multiple sonar issues in this file Issue-ID: AAF-968 Change-Id: Iebd3fc8dedc6e22ba4bfcd2c9943aa4c4c00a6a0 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-09-17Merge "Sonar fix: ApprovalDAO.java"Jonathan Gathman1-6/+3
2019-09-16Improved multi Proxy DNSLocator basedInstrumental1-10/+22
Issue-ID: AAF-961 Change-Id: I21d4a8013ca6f65306e32c5a2e2fa4ba230df2b7 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-09-16Sonar fix: ApprovalDAO.javaArundathi Patil1-6/+3
Fixed sonar issues across this file Issue-ID: AAF-968 Change-Id: Icca44e89aa28d56e0690a488a68427c2b085f64f Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-09-04Merge "add the FunctionalInterface annotation"Jonathan Gathman1-0/+2
2019-09-04Merge "Remove this useless assignment to local variable "lookup""Jonathan Gathman1-1/+0
2019-09-03Update Fixes from testingInstrumental6-73/+307
Issue-ID: AAF-961 Change-Id: I142e460607bf32a785037fa2360b1c0efc3948b1 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-09-03add the FunctionalInterface annotationThugutla sailakshmi1-0/+2
add the FunctionalInterface annotation Issue-ID: AAF-876 Change-Id: I9d1335de238a16644800e4f5bf1a642f005af53a Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>