UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.

<>-local-dev

Quickstart

# 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"
  ]
}