gravitee-io / issues

Gravitee.io - API Platform - Issues
64 stars 26 forks source link

[GKO] Define ManagementContext #7982

Closed mouligno closed 2 years ago

mouligno commented 2 years ago

:rainbow: Feature

As a user, I want to create a ManagementContext to define an APIM environment (url + credentials) i want to manage with GKO

:sunrise_over_mountains: Additional information

Example of ManagementContext CRD :

apiVersion: gravitee.io/v1alpha1
kind: ManagementContext
metadata:
  name: dev-mgmt-ctx
spec:
  baseUrl: http://localhost:8083
  organizationId: [my_org]
  environmentId: [my_env]
  auth:
    bearerToken: xxxx-yyyy-zzzz

Out of scope

Error handling from M-API, we just forward errors if any from M-API

:superhero: Acceptance criteria

Documentation

RubenMMSantos commented 2 years ago

All acceptance criteria validated and behaviour working as expected.