first commit
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
---
|
||||
apiVersion: gravitee.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: test-app
|
||||
namespace: gravitee-apim
|
||||
spec:
|
||||
name: test-app
|
||||
description: "OIDC Authorization Code + PKCE — Keycloak realm sttlab"
|
||||
contextRef:
|
||||
name: gravitee-management-context
|
||||
namespace: gravitee-apim
|
||||
settings:
|
||||
app:
|
||||
type: JWT
|
||||
clientId: test-app
|
||||
---
|
||||
apiVersion: gravitee.io/v1alpha1
|
||||
kind: Subscription
|
||||
metadata:
|
||||
name: test-app-keycloak-jwt
|
||||
namespace: gravitee-apim
|
||||
spec:
|
||||
api:
|
||||
name: task-management-api
|
||||
namespace: gravitee-apim
|
||||
application:
|
||||
name: test-app
|
||||
namespace: gravitee-apim
|
||||
plan: JWT_PLAN_PREMIUM
|
||||
@@ -0,0 +1,30 @@
|
||||
---
|
||||
apiVersion: gravitee.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: test-backend
|
||||
namespace: gravitee-apim
|
||||
spec:
|
||||
name: test-backend
|
||||
description: "OAuth2 client_credentials — Keycloak realm sttlab"
|
||||
contextRef:
|
||||
name: gravitee-management-context
|
||||
namespace: gravitee-apim
|
||||
settings:
|
||||
app:
|
||||
type: JWT
|
||||
clientId: test-backend
|
||||
---
|
||||
apiVersion: gravitee.io/v1alpha1
|
||||
kind: Subscription
|
||||
metadata:
|
||||
name: test-backend-keycloak-jwt
|
||||
namespace: gravitee-apim
|
||||
spec:
|
||||
api:
|
||||
name: task-management-api
|
||||
namespace: gravitee-apim
|
||||
application:
|
||||
name: test-backend
|
||||
namespace: gravitee-apim
|
||||
plan: JWT_PLAN_PREMIUM
|
||||
Reference in New Issue
Block a user