Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "B 20256 main prevent prime users from accessing pptas" #13471

Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading