Azure / osdu-infrastructure

OSDU Azure Infrastructure as Code
Apache License 2.0
42 stars 39 forks source link

Need to Add Entitlement for Delivery Service for Integration Tester #205

Closed jsangiamo closed 3 years ago

jsangiamo commented 4 years ago

Currently, the integration tester is not granted any entitlements for the delivery service (see https://github.com/Azure/osdu-infrastructure/blob/master/docs/osdu/integration-test-data/user_info_1.json). This causes delivery service integration tests to fail until those entitlements are granted. The entitlement that needs to be added is service.delivery.viewer (see https://community.opengroup.org/osdu/platform/system/delivery/-/blob/master/delivery-core/src/main/java/org/opengroup/osdu/delivery/api/DeliveryApi.java#L53).

Outstanding questions

  1. Does this need to be added for both tenants?
  2. Are there any other permissions that need to be granted to run the delivery integration tests?
danielscholl commented 3 years ago

This feature/code has fully migrated to GitLab.