Paul

Results 27 comments of Paul

### Install Python 3.10 ~The current EC2 instance is Ubuntu 18.04. The system comes with python 2.7 and python 3.6 by default. The deadsnakes PPA repository contains updated versions of...

The server is now running Ubuntu 22.04 by upgrading to 20.04 and then to 22.04. > 5.19.0-1028-aws # 29~22.04.1-Ubuntu SMP Tue Jun 20 19:12:11 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux...

What are the legal requirements (type, storage, protection) for signatures on the Guest/Host applications? Will the legal requirements change based on the location of service provider, guest, host, or where...

An example of apartment rental form with e-signature: https://app.leasing-apps.com/

There is a dotenv vault tool available but I'm still looking into it: https://www.dotenv.org/. Tyler mentioned that other teams (DevOps) are putting runtime secrets into AWS. I haven't followed through...

@ju1es What does dynamic mean here? And do you have example scenarios for "depending on the user and environment"? Thank you.

@Joshua-Douglas @ju1es dotenv and dotenv-vault has been looking pretty good https://www.dotenv.org/docs/tutorials/environments https://www.dotenv.org/docs/addons/github

It is interesting, the `dotenv` team "_**strongly** recommend against having a "main" .env file and an "environment" .env file like .env.test._" https://www.npmjs.com/package/dotenv#user-content-should-i-have-multiple-env-files. However, the community seems to be taking another...

From discussion with Ops team, the incubator system will either use AWS Parameter Store to store secrets or have a mechanism to pull secrets from GitHub secrets into the container...

The direction we're taking regarding shared secrets is that we will program the API and App to avoid needed them during development.