Contract-Manager-usfca / contract_manager

This is the main repo for our project
0 stars 0 forks source link

TAS-33 #1

Open MalekeHan opened 11 months ago

MalekeHan commented 11 months ago

Ticket ID Working on TAS-33

Describe what approach you using A clear and concise description of what you want to happen.

Describe potential blockers Not entirely sure how we should have the container work, but will look into it

MalekeHan commented 11 months ago

Blockers

Issues

Hopeful Resolutions

MalekeHan commented 11 months ago

We now need to make sure we are encrypting the password to our DB using environment vars. We will use Hashicorp vault

MalekeHan commented 11 months ago

To access the database directly through the container:

apt-get install -y default-mysql-client

mysql -h stargate@usfca.cs.usfca -u user040 -p

use user040;

MalekeHan commented 11 months ago

Need to remake an unrestricted ssh key in ssh_keys in the root directory and add the public key to stargate again when trying again

MalekeHan commented 11 months ago

whenever starting switch the entrypoint.sh file to use LF instead of CLRF

MalekeHan commented 11 months ago

Make sure that you change the github key to be LF ALSO