As such, we need to map the Tyk Organization object to a k8s custom resource.
This object will be the foundation to scaffolding users & apis. e.g. we will first create an organization, then use this object to obtain the org_id, to create the operator user in that org.
This way, the operator will be able to control resources across multiple organizations in a multi-tenant setup.
The organization object will be used to Bootstrap Tyk Pro in a CI/CD environment as part of various CRD integration test suites.
When spinning up a new environment, or for disaster recovery, or replication of dev/staging/prod, it is desirable to bootstrap a Tyk organisation.
As such, we need to map the Tyk Organization object to a k8s custom resource.
This object will be the foundation to scaffolding users & apis. e.g. we will first create an organization, then use this object to obtain the org_id, to create the operator user in that org.
This way, the operator will be able to control resources across multiple organizations in a multi-tenant setup.
The organization object will be used to Bootstrap Tyk Pro in a CI/CD environment as part of various CRD integration test suites.