Cyrus
70ca2ced7b
This is a continuation of the PR for 723 and issue 705. These changes
...
set up fixing the delta part of the provisioning of the attributes.
2024-03-06 15:16:05 -05:00
Cyrus
eada242284
These changes have been moved over from updates made for issue-705. The
...
primary function implemented in this set of changes is to track more
specifically what failed when the components of a certificate are
compared. The implementation required a couple of new DB classes to be
created to store this information. This is also to set up a better
visual comparison of what was expected vs what was actually found. This
is similar to the RIM event compare failure page.
2024-03-01 15:29:10 -05:00
iadgovuser26 iadgovuser26@empire.eclipse.ncsc.mil
93805e4d3e
added checks for previous installs
2024-02-23 15:19:02 -05:00
iadgovuser26 iadgovuser26@empire.eclipse.ncsc.mil
8d035ed50c
Added checks for rocky 9 install
2024-02-21 13:16:13 -05:00
iadgovuser26 iadgovuser26@empire.eclipse.ncsc.mil
a549f28208
added buildWAr depedency to buildRpm and buildDeb
2024-02-16 13:40:03 -05:00
iadgovuser26 iadgovuser26@empire.eclipse.ncsc.mil
c92253ae40
Added mariadb and java 17 as required packages
2024-02-16 09:45:47 -05:00
iadgovuser26 iadgovuser26@empire.eclipse.ncsc.mil
2f19166a65
Added maraidb-server and java 17 as RPM dependencies
2024-02-14 09:53:57 -05:00
iadgovuser26
522bca3549
Fixed mariadb service stop with ACA RPM install
2024-02-13 09:00:17 -05:00
Cyrus
e819dad52b
This commit sets up the suppression filter file. The locations previous
...
established have been removed. The configuration is the root directory
2024-02-05 10:50:12 -05:00
Cyrus
ab5036982f
Updated version for suppressions file
2024-02-02 08:37:44 -05:00
Cyrus
17bd7d9021
New branch because there seemed to be issues with the previous branch
...
merges.
2024-02-02 08:07:08 -05:00
Cyrus
5c20b6b9c3
Updated the code to properly check for database values that are archived
...
vs not archived
2024-01-24 16:02:46 -05:00
Cyrus
2e1ac19d21
Merge pull request #677 from nsacyber/v3_issue_668-version
...
Added VERSION file to /etc/hirs/aca
2024-01-22 16:51:03 -05:00
Cyrus
49eb2753fb
Merge pull request #670 from nsacyber/v3_bouncycastle-preq
...
BouncyCastle Prerequisite changes
2024-01-22 16:34:26 -05:00
iadgovuser26
1ccde9baff
updated VERSION file placed in /etc/hirs/aca
2024-01-22 14:30:43 -05:00
Cyrus
f3b0be9ef9
Merge pull request #657 from nsacyber/issue-642-spotbugs-p2
...
[#642 ] HIRS_AttestationCA spotbug fixes
2024-01-19 07:58:57 -05:00
iadgovuser26
3f7cac13c7
added VERSION file to /opt/hirs
2024-01-16 18:28:40 -05:00
Cyrus
d7569f22d2
Commenting out a unit test that is currently causing github actions to
...
fail the reason is unclear. It doesn't occur in a container but does on
a host machine.
2024-01-16 17:06:45 -05:00
Cyrus
10343398d4
These are the finally changes that produced a successful build. all
...
unit tests pass and no spotbugs patterns appear for HIRS_AttestationCA.
2024-01-05 09:23:52 -05:00
Cyrus
0d25599c80
Initial set of changes for #642 that are fixes for HIRS_AttestationCA.
...
In addition, this and the following pushes will have changes for #651
because spot bugs doesn't like how Lombok handles hashCode and equals
2023-12-22 07:44:47 -05:00
Cyrus
9b9da1b708
Merge pull request #656 from nsacyber/v3_issue_655-integrationtest
...
[#655 ] Added the final 3 Page Controller integration tests
2023-12-22 07:21:47 -05:00
Cyrus
e2247735f0
Merge pull request #653 from nsacyber/issue-642-spotbugs
...
[#642 ] Initial Spotbugs Setup
2023-12-22 07:21:29 -05:00
iadgovuser58
c1bb2da847
cleaning up comments
2023-12-21 18:03:54 -05:00
Cyrus
0432646445
The initial issue found in the tcg event log code is present in the
...
rest, updating all exclude files to ignore this specific bug for the
time being
2023-12-20 15:53:32 -05:00
Cyrus
b52128a0b1
These are fixes for issues found via unit test that are in PR #652 . But
...
that PR is currently still WIP and these changes have nothing to do with
why that PR is WIP. Therefore PR just covers these changes to the
creation time not being saved/reset.
2023-12-20 15:15:27 -05:00
Cyrus
c0cee9d597
Fixed a typo and included files I didn't on the initial push
2023-12-20 13:10:58 -05:00
D2B8CA1B27286366A8607B6858C0565962613D18D0546480078B520CD7AD705A
b52eb770f5
[ #634 ] Updated Page Controller series integration tests and added new ones ( #647 )
...
* updated PageTestConfiguration
* updated PageControllerTest
* updated DevicePageControllerTest
* added 3 new tests
* added test resources
2023-12-05 15:04:06 -05:00
Cyrus
8ae0745ac5
Fixed issues that caused the ACA to not complete a provision.
...
FWvalidator was using an object used by the tool and not the portal.
Updated a few repository calls
2023-11-28 15:39:33 -05:00
Cyrus
995d69cc8f
Fixed delete mix up
2023-11-28 08:01:30 -05:00
Cyrus
cf6b3a556e
The useage of getReferenceById returns an object regardless if the uuid
...
is valid. This causes an issue when a false uuid is used and then
produces a EntityNotFoundException when trying to access an attribute of
the object returned. These changes address either not using that
specific call and changing to one that will return null if the uuid is
invalid. But also using the exists function of the repository to verify
an invalid uuid.
2023-11-17 11:53:31 -05:00
Cyrus
6191c5b086
Merge pull request #630 from nsacyber/v3_server-ui-fixes
...
V3 server UI fixes
2023-11-17 11:41:19 -05:00
Cyrus
3a8b564da1
Merge pull request #619 from nsacyber/v3_page-controller-parse-fix
...
Uploading Platform Credential IllegalStateException Fix
2023-11-14 10:15:39 -05:00
Cyrus
861508c0ef
Added finally touches to not display archived items. As well display
...
the correct count that doesn't include the archived items. Also added
additional exception checks after testing uploading the wrong element to
the wrong /list page
2023-11-14 08:54:08 -05:00
Cyrus
cfb30d9a4b
Updated code after recognizing an issue with archiving items. This
...
doesn't include updating the values displayed at the bottom of the list
page.
2023-11-13 16:56:16 -05:00
5B96790E3664F40075A67E6ADF737EDB15B4408DBC91A81228B31537B0CE3E26
1e3c7c78b0
Dockerfiles for v3 ACA. Also Powershell Package Scripts ( #628 )
...
* Package scripts for powershell
* Adding dockerfiles
2023-11-09 11:54:51 -05:00
Cyrus
f01b5a2060
This push has changes to resolve archivable items not updating the
...
archiveTime element.
2023-11-08 13:10:40 -05:00
Cyrus
548d6bb1eb
There was an issue with finding the support RIM with the base RIM
...
information. Changed how it finds the support RIM to using the hash for
the swid resource.
2023-11-07 10:05:35 -05:00
Cyrus
433087961c
Tested uploading a rimel that had multiple matching manufacturer and
...
model. The repo to check for this wasn't returning a single unique result
and causes and error
2023-11-06 15:36:34 -05:00
chubtub
071981dcb0
Repeat changes to ReferenceManifestValidator from reverted commit
2023-11-01 11:54:29 -04:00
chubtub
55936806d7
Revert "Merge pull request #606 from nsacyber/v3_issue-596"
...
This reverts commit 071e89a44f
, reversing
changes made to 45d550729f
.
2023-11-01 10:03:34 -04:00
Cyrus
316f3ec99e
Merge pull request #620 from nsacyber/v3_rim-validator-update
...
Update to the RIM Validator
2023-11-01 06:48:48 -04:00
Cyrus
ab11c8e81a
Merge pull request #614 from nsacyber/v3_issue_612-integrationtest
...
[#612 ] Migrate integration test for DevicePageController and associated classes
2023-10-31 16:07:43 -04:00
Cyrus
1867e00301
Updated the Rim Validator to remove direct object parameters from the
...
database and pass in the information the methods needed to function
2023-10-31 10:48:37 -04:00
Cyrus
52bcbc6707
I tested manually uploading a series of certificates to test the list
...
pages functionality when it comes to sorting and other visual aspects of
the data table. I encountered a certificate that
caused the ACA to throw a 500 error. This was due to an
IllegalStateException while parsing a certificate that contained an
'unexpected object'. Since this is a bouncy castle error, it is hard to
parse out what the object actually is that is causing the error to be
thrown. For now, the parsing method in the certificate page controller
is being updated to catch the exception, at least, so that the ACA
doesn't crash. The platform in question is a Dell Power Edge R640 base
SCV.
2023-10-31 08:19:46 -04:00
iadgovuser58
e2507d5641
Merge remote-tracking branch 'origin/main' into v3_issue_612-integrationtest
2023-10-19 13:50:31 -04:00
iadgovuser58
5a42ec379e
cleaned up code, added comments
2023-10-19 13:46:15 -04:00
iadgovuser58
a0662f75e6
added dummy beans to PageTestConfiguration to override beans not needed in PersistenceJPAConfig
2023-10-17 16:57:43 -04:00
chubtub
98a56a3f41
Merge branch 'main' into v3_issue-596
2023-10-17 16:50:40 -04:00
chubtub
bfa30ca186
Change references in ACA and ACAPortal to HIRS_Utils package for migrated classes. Revert change to gradle.properties file.
2023-10-16 13:50:49 -04:00
Cyrus
f64d884abf
Merge pull request #605 from nsacyber/v3_provision-integration
...
HIRS ACA Provisioning
2023-10-16 12:21:03 -04:00
iadgovuser58
a2352d3937
clean up unused imports
2023-10-13 17:09:56 -04:00
iadgovuser58
7ad6145c75
cleaning up commented out code, print statements, etc
2023-10-13 17:04:09 -04:00
iadgovuser58
37b1ba9f61
update build.gradle for junit and in-memory db
2023-10-13 16:57:01 -04:00
iadgovuser58
a76c63595d
add test resources
2023-10-13 16:54:35 -04:00
iadgovuser58
2b9bcc604d
added PageTestConfiguration to create in-memory database and other config changes for tests specifically
2023-10-13 16:53:26 -04:00
iadgovuser58
405e5a820b
added DevicePageControllerTest
2023-10-13 16:51:39 -04:00
iadgovuser58
719cc16ef5
updated PageControllerTest to work with JUnit and new main code structure changes
2023-10-13 16:50:48 -04:00
Cyrus
b018429b69
Additional code to correctly display # of elements
2023-10-13 09:39:20 -04:00
Cyrus
0c131e6ee5
Fixed the inccorect data at the bottom of the data tables when
...
displaying the elements.
2023-10-10 15:06:12 -04:00
iadgovuser26
d968080a43
minor adjustments for the deb package
2023-10-10 18:29:37 +00:00
Cyrus
841080ba58
Missed some additional code for testing the element listing
2023-10-10 14:22:35 -04:00
Cyrus
ec39bf55a3
Corrected an issue with the root CA looking itself causing an issue
...
because the one root CA had an illegal character.
2023-10-10 13:31:45 -04:00
Cyrus
556322ad39
Some additional changes to fix UI errors after I was able to test
...
against another machine.
2023-10-06 15:07:12 -04:00
Cyrus
65a1105ff5
Minor changes, mostly syntax and log message removals
2023-10-05 10:54:25 -04:00
iadgovuser26
11b7ffd3ff
Merge pull request #597 from nsacyber/v3_issue_594-ext_prop
...
[#594 ] Moved connector uri to application.properties
2023-10-03 14:21:34 -04:00
Cyrus
4de125c0f8
After some code review, there are changes and removals for the
...
provisioning process. IdentityRequest is an old structure for the
provisioner and it has been removed and some preliminary code file
renames.
2023-10-03 09:53:48 -04:00
Cyrus
31066694ee
Updates to the location of default property files and setting the
...
deviceName
2023-09-29 08:18:54 -04:00
Cyrus
8be945035d
Some additional updates to fix visual changes on the screen. This one
...
is mainly with deviceName
2023-09-28 17:11:34 -04:00
Cyrus
c046851e07
Latest changes that fixes little issues
2023-09-28 06:47:43 -04:00
iadgovuser26
5c31e52828
moved connector uri to application.properties
2023-09-27 14:40:18 -04:00
Cyrus
9c0d934331
Fixed icon display issue. The validationResult name changed
2023-09-25 10:38:33 -04:00
Cyrus
a08c007bba
Some additional updates and changes while debugging
2023-09-22 11:50:28 -04:00
Cyrus
4b67747e3e
Updated the bulk of the code that does all provisioning from a client.
...
There is some parsed functionality to ease sorting through the changes
and updates needed in the future.
2023-09-21 15:02:24 -04:00
5B96790E3664F40075A67E6ADF737EDB15B4408DBC91A81228B31537B0CE3E26
23d3d61448
Merge pull request #589 from nsacyber/v3_newcontext-index
...
New context mappings for the index page.
2023-09-21 11:30:52 -04:00
iadgovuser26
9998fa7f22
Merge branch 'main' into v3_issue_578-rpm_update
2023-09-19 16:31:21 -04:00
iadgovuser29
09bfb9fe06
New context mappings for the index page.
2023-09-18 10:10:56 -04:00
iadgovuser26
9fea7788ed
Merge pull request #584 from nsacyber/v3_provision-init-setup
...
Initial Setup for ACA provisioning
2023-09-18 09:01:31 -04:00
iadgovuser29
a56fd3a8fa
Context change to enable path control [no ci]
2023-09-15 15:34:15 -04:00
iadgovuser26
097c3e3dd3
cleaned up after testing
2023-09-14 15:25:19 -04:00
Cyrus
771d5588d5
Updated the code to print out the available Restful URIs. Added some
...
modifications to the provisioner code for testing and updated the
Restful base mapping
2023-09-14 09:14:11 -04:00
iadgovuser26
7f7238f4d2
added a chron job to start the ACA on reboot
2023-09-13 16:56:39 -04:00
Cyrus
a61488cbc3
The wrong 'certificate' was being used
2023-09-11 16:37:57 -04:00
Cyrus
6bc6fa1cf1
Added code to check for multi pem single files
2023-09-11 16:03:01 -04:00
Cyrus
6629a87d56
Looking into the DN missing from the certificate details page I
...
recognized that the setting of the variable for the portal page was
using the wrong getter method.
2023-09-07 15:24:16 -04:00
iadgovuser26
cb4ad4d51a
Updated gradle to v8.3 and nebula to 11.4.0
2023-09-06 16:10:16 -04:00
Cyrus
6b063d44e0
Updated a couple of files to resolve aca load issues
2023-09-06 11:10:57 -04:00
5B96790E3664F40075A67E6ADF737EDB15B4408DBC91A81228B31537B0CE3E26
58b5de3bbb
Merge pull request #574 from nsacyber/v3_issue_560-db_tls
...
[#560 ] Adds TLS to the hirs DB connector
2023-09-06 06:31:29 -04:00
Cyrus
b7357fac9b
Added in the configuration mapping to find the new page mapping
2023-09-01 07:26:22 -04:00
Cyrus
6a2c5d246b
This is a series of code changes to begin setting up for provisioning.
...
The code has not been tested to provision. The url linkage needs to be
worked on again.
2023-08-29 15:15:34 -04:00
iadgovuser26
aef7a2b9ac
Added aca_setup_check.sh
2023-08-23 16:30:44 -04:00
iadgovuser26
88aa10010b
cleaned up unused file
2023-08-18 16:38:53 +00:00
iadgovuser26
4766903aad
initial setup for DB TLS
2023-08-11 09:47:30 -04:00
Cyrus
46ecbe6b26
Resolved the issue with the Certificate page not paging. I had the
...
setters flipped.
2023-08-07 06:23:41 -04:00
Cyrus
751a8104fc
Updated all page controllers that were causing an issue to display
...
content based on the page allocations.
2023-08-04 10:13:25 -04:00
Cyrus
e3aa52728d
@responsebody was removed by mistake and causes ajax dataTables error.
2023-08-02 11:14:39 -04:00
Cyrus
bd8019cfc6
The delete method was missing, reintroduced it and tested
2023-07-31 13:43:06 -04:00
Cyrus
391a4691c5
This push fixes the dataTable ajax error when navigating to the device
...
page. And it incorporates Trust Chain acaCertificate.
2023-07-28 12:49:24 -04:00
iadgovuser26
9f9ca12429
Merge pull request #558 from nsacyber/v3_issue_550
...
[#550 ] Adds TLS to embedded tomcat
2023-07-21 12:55:47 -04:00
iadgovuser26
3a72f8ad4d
removed un-needed files
2023-07-20 12:50:16 -04:00
iadgovuser26
172236a75b
moved logs to /var/log/hirs
2023-07-20 11:53:34 -04:00