-
Patrick Tafoya authoredPatrick Tafoya authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
README.md 1.13 KiB
<>-local-dev
Quickstart
/etc/hosts
file
Update Due to the new (as of March 2024) bigbang.mil DNS changes, you must add entries into your /etc/hosts file so that requests to fiesta-wagon-ingress get properly routed to your local machine.
# add fiesta-wagon-ingress entries to /etc/hosts
127.0.0.1 users.dev.bigbang.mil
127.0.0.1 <<projectName>>.dev.bigbang.mil
Next, grant execute permissions on the startup.sh file and run the setup script.
chmod +x ./scripts/setup.sh
bash ./scripts.setup.sh
# start all the <<projectName>> components
docker compose up
Access the <> UI at https://<>.dev.bigbang.mil
Access the <> API Docs at https://<>.dev.bigbang.mil/api/docs
Create a user
<<projectName>>-local-dev
uses Fiesta Wagon Ingress, meaning that you can configure local user JWTs from https://users.dev.bigbang.mil/
To grant a local user admin permissions, modify the user's JWT to include the following group-full
attribute:
{
...,
"group-full": [
"/Platform One/Products/<<projectName>>/IL2/admin"
]
}