Skip to content

Commit

Permalink
Merge pull request #13471 from transcom/revert-13415-B-20256-MAIN-Pre…
Browse files Browse the repository at this point in the history
…vent-Prime-users-from-accessing-PPTAS

Revert "B 20256 main prevent prime users from accessing pptas"
  • Loading branch information
pambecker authored Aug 14, 2024
2 parents c28caf0 + 75948c2 commit 9302e5f
Show file tree
Hide file tree
Showing 56 changed files with 67 additions and 807 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1092,7 +1092,7 @@ commands:
export MUTUAL_TLS_ENABLED=true
export MUTUAL_TLS_PORT=9443
export SERVE_API_PRIME=true
export SERVE_API_PPTAS=true
make db_dev_create
bin/milmove migrate
# load tests do not need client files
Expand Down
2 changes: 0 additions & 2 deletions cmd/milmove/gen_certs_migration.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ INSERT INTO public.client_certs (
user_id,
allow_orders_api,
allow_prime,
allow_pptas,
created_at,
updated_at,
allow_air_force_orders_read,
Expand All @@ -87,7 +86,6 @@ VALUES (
'{{.UserID}}',
true,
true,
false,
now(),
now(),
true,
Expand Down
50 changes: 0 additions & 50 deletions cmd/pptas-api-client/main.go

This file was deleted.

112 changes: 0 additions & 112 deletions cmd/pptas-api-client/pptas/list_moves.go

This file was deleted.

Loading

0 comments on commit 9302e5f

Please sign in to comment.