A mockup of what an automated API Lifecycle could look like
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
API Lifecycle Mockup
Setup
oc project api-lifecycle
3scale remote add $NAME https://$TOKEN@$TENANT.3scale.net/
oc create secret generic 3scale-toolbox --from-file=$HOME/.3scalerc.yaml
oc process -f testcase-01/setup.yaml |oc create -f -
Testcases
| # |
Format |
Security |
Target |
Policies |
| 01 |
YAML |
API Key |
SaaS |
- |
| 02 |
JSON |
Open |
Self-Managed, on-premises |
- |
| 03 |
JSON |
OIDC |
SaaS, Self-Managed, on-premises |
- |
| 04 |
YAML |
API Key |
Self-Managed, on-premises |
CORS |
| 05 |
YAML |
API Key |
Self-Managed, on-premises |
URL rewriting |
| 06 |
YAML |
API Key |
3 envs on 1 tenant, Self-managed |
- |
| 07 |
JSON |
OIDC |
3 envs on 3 tenants, on-premises |
CORS, URL rewriting |