summaryrefslogtreecommitdiffstats
path: root/auth
AgeCommit message (Collapse)AuthorFilesLines
2020-09-24Create and prepare non-deploy release 2.7.2Hassan, Sean (sh265m)14-14/+14
Issue-ID: AAF-1203 Change-Id: I5c8c5bca1c5804211ba514b5d6492ef1ba81cc24 Signed-off-by: Sean Hassan <sean.hassan@att.com>
2020-08-27Create and prepare non-deploy release 2.7.1Hassan, Sean (sh265m)14-14/+14
Contains two minor functional changes. First is the replace of "osaaf" with "onap.aaf" in pathing. Second is to have connection retries attempt to exhaust all located services before expiring. Issue-ID: AAF-1193 Signed-off-by: Hassan, Sean (sh265m) <sean.hassan@att.com> Change-Id: Ie8d8ad76104ead18eb568d0c48882e7cbead041a
2020-07-30Committing the changes of Locate cred tags to Gerrit.Prabanand Sivasamy2-3/+34
Issue-ID: AAF-1186 Change-Id: I764109ebb202a12d4b55158a9bbe9f003b934691 Signed-off-by: Prabanand Sivasamy <prabanand.sivasamy@att.com>
2020-07-29Medium Vulnerabilities CodeFix: Revert [Ref ID: 108330]Raviteja Cherughattu10-48/+16
Issue-ID: AAF-1115 Change-Id: I8e503ee84eb2771edbf2ed94f5d7f8f2e20812c7 Signed-off-by: Raviteja Cherughattu <rc835m@att.com>
2020-07-29Medium Vulnerabilities: Reverting the changes done towards Locate & FSRaviteja Cherughattu4-21/+4
Issue-ID: AAF-1115 Change-Id: Ia26cb13d5105d6bad97503c8a85607f01e956478 Signed-off-by: Raviteja Cherughattu <rc835m@att.com>
2020-06-18Organization defined users whose user roles do not expire will also not have ↵Sean Hassan3-8/+8
their credentials expire Issue-ID: AAF-1161 Signed-off-by: Sean Hassan <sean.hassan@att.com> Change-Id: Ic48981b91d40ad04c82f17043b810445ef6dea40
2020-06-02Medium Vulnerabilities CodeFix: 1. URL Redirection 2. AAF-1111Raviteja Cherughattu11-17/+63
Issue-ID: AAF-1115 Change-Id: I05d8d7a19236ad476d2a37b51a6c4a84ba2b8546 Signed-off-by: Raviteja Cherughattu <rc835m@att.com>
2020-06-01Merge "Modification in JU_BatchDataViewTest.java"John Franey1-15/+18
2020-05-31Modification in JU_BatchDataViewTest.javaIndrijeet kumar1-15/+18
Modification in JU_BatchDataViewTest.java Issue-ID: AAF-1158 Change-Id: Iddcd7afba03a96fd8380a1480a3dc1ec949ed7d6 Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-05-22Enable Organizations to have a subset of users the user roles of which do ↵Sean Hassan6-6/+49
not expire Issue-ID: AAF-1149 Signed-off-by: Sean Hassan <sean.hassan@att.com> Change-Id: Iaf04456abe78f2cb7972587b50f00bcaac3f83aa
2020-05-21Merge "GUI Changes - Tag ID"John Franey3-4/+3
2020-05-21Merge "Sample Commit"John Franey1-0/+1
2020-05-21GUI Changes - Tag IDRaviteja Cherughattu3-4/+3
Issue-ID: AAF-1147 Change-Id: Id1752887953a5084e8c6d1ff9a44eca487ce5c76 Signed-off-by: Raviteja Cherughattu <rc835m@att.com>
2020-05-21Sample CommitRaviteja Cherughattu1-0/+1
Issue-ID: AAF-1147 Change-Id: I0512bab7f16f9ff07fad225f8ea10297c3161ab3 Signed-off-by: Raviteja Cherughattu <rc835m@att.com>
2020-05-19Fix Hash.toHex for odd character StringsInstrumental1-1/+8
Also, made two functions work the same, and removed CadiException Because CadiException removed, covered "FileGetter" with NullCheck Issue-ID: AAF-941 Signed-off-by: Instrumental <jgonap@stl.gathman.org> Change-Id: I7ee13ab98d3a70c1cdc59573921e0948ef198f9c
2020-05-15Improve PoolInstrumental13-2/+14
Move interface Log out, make JUPool test the functionality better, add "tooManyObjects" to help control memory. Minor BasicEnv for standalone usability. included ".checkstyle" files, generated by Eclipse/Maven to .gitignore. They shouldn't be in repo. Issue-ID: AAF-1146 Signed-off-by: Instrumental <jgonap@stl.gathman.org> Change-Id: I72c22fa455029950e3d73d2e9addbccc1a990189
2020-05-07bump version for Guinin: 2.7.xJohn J. Franey14-14/+14
Initial version is 2.7.0-SNAPSHOT. '7' connotes the 7th ONAP release, Guinin. Issue-ID: AAF-1142 Signed-off-by: John J. Franey <john.franey@att.com> Change-Id: I451a167f3f96ef54054c52f4389cceb8c467fc85
2020-05-05script to exit non-zero when fail to get certificateJohn J. Franey1-44/+135
The client.sh script is modified to return non-zero on any error. Issue-ID: AAF-1087 Signed-off-by: John J. Franey <john.franey@att.com> Change-Id: I04728cd44951831daaac17719cba536f81fa65a7
2020-05-04AAF default config update and fixesChrisC3-44/+93
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
2020-04-25Merge "Add StandAlone Unix Configurations Include scripts, podman starts, ↵Sai Gandham12-9/+452
minor code changes."
2020-04-25Add StandAlone Unix ConfigurationsJonathan Gathman13-34/+455
Include scripts, podman starts, minor code changes. Issue-ID: AAF-1137 Signed-off-by: Jonathan Gathman <jgonap@stl.gathman.org> Change-Id: Ief72d93e607dbe62875f592978ee15084c8310d2
2020-04-25Enable deploy plugin in all poms.John J. Franey14-14/+14
maven will then push all the artifacts to nexus when the deploy goal is invoked. Issue-ID: AAF-1136 Signed-off-by: John J. Franey <john.franey@att.com> Change-Id: I1957cf2daf60507edae65e8cacf7730bf08a6adb
2020-04-23fix: stage a release candidate for 2.1.20John J. Franey14-14/+14
Issue-ID: AAF-1124 Signed-off-by: John J. Franey <john.franey@att.com> Change-Id: I401b5b5c6589757d15027e0ad4b96f0061016be9
2020-04-20stage a release candidate for 2.1.20John J. Franey14-14/+14
Issue-ID: AAF-1124 Signed-off-by: John J. Franey <john.franey@att.com> Change-Id: Ic4eb1e777946c9a009759684eb807287634c8050
2020-04-11test commit. sonar fixesMamtha1-25/+3
Issue-ID: AAF-1031 Change-Id: I96ce88c32cfc0a6a7e1250f713c8379dfe097369 Signed-off-by: Mamtha <mamtha.sabesan@in.ibm.com>
2020-03-26AAF Services non root, all platforms2.1.20Instrumental20-188/+278
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-rootChrisC17-18/+149
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 changesInstrumental19-24/+20
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 JarsInstrumental8-52/+33
Issue-ID: AAF-1114 Signed-off-by: Instrumental <jgonap@stl.gathman.org> Change-Id: I6ceb7ef714b3c7c2b33371abfca9202746151231
2020-03-18Fix Cass, then to Version 2.1.19Instrumental21-29/+32
Issue-ID: AAF-1081 Signed-off-by: Instrumental <jgonap@stl.gathman.org> Change-Id: I5ca5779813b6120dfb6c13768abab4855ad26c35
2020-03-18update helm values.yaml for instructional CommentsInstrumental2-8/+19
Issue-ID: AAF-1081 Signed-off-by: Instrumental <jgonap@stl.gathman.org> Change-Id: Iefdbd83a51eabbbbbddbb483de5e235783da771d
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 systemInstrumental22-483/+391
Issue-ID: AAF-1081 Signed-off-by: Instrumental <jgonap@stl.gathman.org> Change-Id: I4b885ad2805bdb517cc440bfc8f7af23b8042eb7
2020-02-18Update DCAE Startup InfoInstrumental6-377/+482
Issue-ID: AAF-1081 Signed-off-by: Instrumental <jgonap@stl.gathman.org> Change-Id: If1351f470ea1658d9c0d53698a76378ef0b0e282
2020-01-28Modify for use of JDK 11Instrumental3-5/+9
Issue-ID: AAF-1066 Signed-off-by: Instrumental <jgonap@stl.gathman.org> Change-Id: I31484958c48b0d9b930921bec2581144e0675970
2020-01-28Sonar Fixes: Variable name changesHelenaLydon18-131/+94
Issue-ID: AAF-1040 Ticket for Sonar Fixes Change-Id: I48b764c1c7b6993ce18e693cd16522afb1e1c21d Signed-off-by: HelenaLydon <helena.lydon@est.tech>
2020-01-27Merge "Sonar Fixes"Jonathan Gathman12-128/+89
2020-01-24Fix Agent and CM IssuesInstrumental8-31/+54
Issue-ID: AAF-1067 Signed-off-by: Instrumental <jgonap@stl.gathman.org> Change-Id: I5508edec3d63b4831d0caddd8303126956bd05a0
2020-01-15Merge "restore a couple of fields' access to public"Jonathan Gathman2-3/+3
2020-01-13Sonar FixesHelenaLydon12-128/+89
Issue-ID: AAF-1040 Ticket for Sonar Fixes Change-Id: I0b9ea7dcb1d91dc262ec64128d1ca1f9b98baa0c Signed-off-by: HelenaLydon <helena.lydon@est.tech>
2020-01-09restore a couple of fields' access to publicJohn J. Franey2-3/+3
Apparently, these fields are part of contract to custom plugins. Issue-ID: AAF-1040 Signed-off-by: John J. Franey <john.franey@att.com> Change-Id: Ib3106230416baae9c63136ed2563a6416b61d40f
2020-01-08Sonar Fixes: AuthzFacadeImplegernug1-641/+577
Issue-ID: AAF-1040 Signed-off-by: egernug <gerard.nugent@est.tech> Change-Id: Ic1e72ae01fc28204da94407c28cb4e65d7c14d4a
2020-01-07Sonar Fixes: Auth Batch Helpersegernug9-68/+89
Issue-ID: AAF-1040 Signed-off-by: egernug <gerard.nugent@est.tech> Change-Id: Id9b1704c8308f0111ee81849771b8ee77a17542b
2019-12-20Make Organization isRevoked return DateInstrumental4-14/+20
Issue-ID: AAF-1058 Change-Id: I4120235dc6f78fb1db0c7bea86c6938aae076b63 Signed-off-by: Instrumental <jgonap@stl.gathman.org>
2019-12-20Minor changes for Organization needsInstrumental4-9/+29
Issue-ID: AAF-1058 Change-Id: I446f630b197657f9d20222a69101437af3ae33e6 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-12-16Merge "update Mass Mailer"Sai Gandham1-45/+48
2019-12-13update Mass MailerInstrumental1-45/+48
Issue-ID: AAF-1059 Change-Id: Icfcccfe8420fad001eda8aa6baf485c2d52e5086 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-12-12Fix DNSLocator JUnitInstrumental1-0/+2
Issue-ID: AAF-1060 Signed-off-by: Instrumental <jonathan.gathman@att.com> Change-Id: I24318cc0d5b698b7719afb20c411895fda001bff
2019-12-11Add a MassMail Batch ProgramInstrumental13-12/+321
Had to move Holder cover for change in WS/Bind to compile Issue-ID: AAF-1059 Change-Id: I754515a6e65bd0665fa3e03dabd8f5a144241f6e Signed-off-by: Instrumental <jonathan.gathman@att.com>