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

Entity migration to spire #63

Merged
merged 14 commits into from
Jul 27, 2023

Errors and return fixes

814d083
Select commit
Loading
Failed to load commit list.
Merged

Entity migration to spire #63

Errors and return fixes
814d083
Select commit
Loading
Failed to load commit list.
Bugout.dev / bugout-dev failed Jul 20, 2023 in 1s

bugout-dev

Accepted checks:

  • Migrate all main Entity API endpoints accepted by @kompotkot
  • Migrate all public Entity API endpoints accepted by @kompotkot
  • Update python client of Entity API accepted by @kompotkot

Required checks:

  • Extend env variable list SPIRE_OPENAPI_LIST with collections created by @kompotkot
  • Modified PUT endpoint for journal permissions permission_list -> permissions created by @kompotkot
  • Set AWS routing to Spire API created by @kompotkot
  • Add env variables from Entity API to be availabe at Spire API machines created by @kompotkot
  • In EntitySearchResponse modified entities -> results as in original search response created by @kompotkot
  • In EntityResponse modified entity_id -> id as in original response created by @kompotkot