Moved custom user info classes into security-core lib and created aut… #714
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: udistub-proxy | |
on: | |
push: | |
paths: | |
- "plugins/**" | |
- "libs/reactive-core/**" | |
- "libs/reactive-proxy/**" | |
- "libs/reactive-security/**" | |
- "libs/security-core/**" | |
- "proxies/udistub-proxy/**" | |
- ".github/workflows/proxy.udistub-proxy.yml" | |
jobs: | |
workflow: | |
uses: ./.github/workflows/common.workflow.backend.yml | |
with: | |
cluster: "dev-fss" | |
working-directory: "proxies/udistub-proxy" | |
deploy-tag: "#deploy-proxy-udistub" | |
permissions: | |
contents: read | |
id-token: write | |
secrets: inherit |