unip-controller/tests/data/resources/pu-user1/apps/app2/api-cmp7-oidc-ba.yaml
2025-04-15 20:56:15 +03:00

29 lines
855 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ============================================================
# Система: Единая библиотека, Центр ИИ НИУ ВШЭ
# Модуль: Тесты
# Авторы: Полежаев В.А., Хританков А.С.
# Дата создания: 2024 г.
# ============================================================
apiVersion: "unified-platform.cs.hse.ru/v1"
kind: APIComponent
metadata:
name: test-api7
namespace: pu-user1-pa-app2
spec:
published: true
experimentPipeline:
name: test-ep7
restfulApi:
auth:
basic:
credentials: app2-apis-ba-cred
oidc: {}
# groups: [/test1, another2] # another2 -> /unip/default/pu-user1/another2
identityPassThrough: true
apiSpec:
inputs:
- name: input1
- name: input2
outputs:
- name: output1
- name: output2