Commit Graph

84 Commits

Author SHA1 Message Date
a41b0f2fe4 Windows Docker images needed some work (#817)
* Use openssl 3.3 in aca windows images [no ci]

* Further attempt to compile the tpm simulator on Windows [no ci]

* Sw tpm vs solution was updated to look for libcrypto in different place
[no ci]

* Similar steps for tss tools [no ci]

* Change workflow ref [no ci]

* REF not connecting [no ci]

* Try accessing through Env [no ci]

* Tried to print build args before selecting image [no ci]

* Different arg access before shell change [no ci]

* Fun with docker args [no ci]

* Fun with docker build args 2 [no ci]

* Adjust for change in package folder structure [no ci]
2024-07-25 19:19:18 -04:00
ece30d420c did final move of the vendor-table.json file after testing; fixed json-accepted quotes in spdm file 2024-06-05 12:30:01 -04:00
141f4236a8 DEBUG_OPTIONS in aca_bootRun.sh sets debug options for bootRun or war 2024-05-07 16:53:15 -04:00
22b6faee44 Added debug mode if boot war is selected 2024-05-07 16:23:26 -04:00
f476b25053 Added debug flag to aca_bootRun.sh options. JVM will launch with debug 2024-05-07 16:02:24 -04:00
ce129fdf6c fixed mariadb permission on Rocky 9 2024-04-24 16:18:31 -04:00
c60ea2121c Added additional checks during package install 2024-04-24 15:40:46 -04:00
4b457f05f7 Modified mariadb config for Rocky 8 2024-03-28 16:39:20 -04:00
3c322d6b6a updated file permissions for Rocky 9 2024-03-28 15:27:36 -04:00
674564b79e Added the hirs-aca service 2024-03-18 12:32:30 -04:00
5672aa5a1d fixed permission issue with mariadb.log 2024-03-14 14:48:14 -04:00
2b7fee432a Fixed selinux issue for Rocky 9 and Mysql restart for Ubuntu install 2024-03-13 13:49:42 -04:00
ae1167b3f5 updated container check 2024-03-01 12:04:26 -05:00
835111619a updated selinux context for mariadb files on rocky and fedora 2024-02-28 08:53:49 -05:00
93805e4d3e added checks for previous installs 2024-02-23 15:19:02 -05:00
8d035ed50c Added checks for rocky 9 install 2024-02-21 13:16:13 -05:00
a549f28208 added buildWAr depedency to buildRpm and buildDeb 2024-02-16 13:40:03 -05:00
c92253ae40 Added mariadb and java 17 as required packages 2024-02-16 09:45:47 -05:00
2f19166a65 Added maraidb-server and java 17 as RPM dependencies 2024-02-14 09:53:57 -05:00
522bca3549 Fixed mariadb service stop with ACA RPM install 2024-02-13 09:00:17 -05:00
4fc288c2f6 Created /opt/hirs/aca in aca_setup.sh 2024-01-22 15:46:43 -05:00
1ccde9baff updated VERSION file placed in /etc/hirs/aca 2024-01-22 14:30:43 -05:00
4f31def8b2 Added Version file to /etc/hirs/aca 2024-01-17 18:05:19 -05:00
2ab1e548ce V3 json file platform (#631)
* Look for Component Class json on Windows. Update aca-windows

* Removed TPM from the ACA on Rocky image, changed container detection

* Change healthcheck function on windows.

* Remove commented code lines from aca_bootRun.ps1

* Added SWTPM to v3 ACA images. 

* Add build arg to the aca-windows Dockerfile to select base image tag

* Make ACA accessible from localhost
2023-12-06 10:20:56 -05:00
1e3c7c78b0 Dockerfiles for v3 ACA. Also Powershell Package Scripts (#628)
* Package scripts for powershell

* Adding dockerfiles
2023-11-09 11:54:51 -05:00
493ae636ba Merge pull request #604 from nsacyber/v3_issue_598-ubuntu
Add Ubuntu support for V3
2023-10-13 17:01:54 -04:00
5ea0aa88dd fixed call to mysqld_safe 2023-10-13 16:38:34 +00:00
b0cd8e5fb9 enabled mysql log on Ubuntu and fixed TLS config for DB 2023-10-13 15:42:54 +00:00
9bee292bd6 modified the container check 2023-10-12 15:17:05 +00:00
03ee0bfda8 Updated the dockerfile for Ubuntu 22 2023-10-11 19:56:36 +00:00
d968080a43 minor adjustments for the deb package 2023-10-10 18:29:37 +00:00
80dc42dae5 addeded OS sepcific checks for mariadb 2023-10-05 20:06:17 +00:00
825d5de03f Added check for existing aca.properties in the ACA setup files 2023-10-04 13:28:48 -04:00
5c31e52828 moved connector uri to application.properties 2023-09-27 14:40:18 -04:00
9998fa7f22 Merge branch 'main' into v3_issue_578-rpm_update 2023-09-19 16:31:21 -04:00
074dd1e746 Cleaned up rpm display messages 2023-09-18 16:48:29 -04:00
ea0d46147e Some package scripts needed chmod +x 2023-09-18 10:21:55 -04:00
097c3e3dd3 cleaned up after testing 2023-09-14 15:25:19 -04:00
7f7238f4d2 added a chron job to start the ACA on reboot 2023-09-13 16:56:39 -04:00
7337c115ca Copying the json files for component class and vendor table were taken
out of the set up script.  They are now causing errors because the files
can't be found.
2023-09-08 07:59:58 -04:00
cb4ad4d51a Updated gradle to v8.3 and nebula to 11.4.0 2023-09-06 16:10:16 -04:00
3e5b76dda4 cleaned up commented out code and unsused files 2023-09-01 11:15:49 -04:00
0b065e22c6 Cipher options on openssl pkcs12 export cmds. [no ci] 2023-09-01 07:11:52 -04:00
2ce4264f6e added a -h|--help and -u|--unattended option for aca_setup.sh 2023-08-31 16:30:09 -04:00
410dbc8444 Added check for selinux, adds context to cnf files 2023-08-31 09:50:19 -04:00
f5ac517814 Minor adjustment for RHEL OS with FIPS mode enabled 2023-08-31 09:30:08 -04:00
a054995470 fixed admin check on aca_bootRun.sh 2023-08-30 13:20:26 -04:00
da3efcb7fa added an aca_check_setup.sh script 2023-08-28 20:18:23 +00:00
aef7a2b9ac Added aca_setup_check.sh 2023-08-23 16:30:44 -04:00
88aa10010b cleaned up unused file 2023-08-18 16:38:53 +00:00