Skip to content

Commit 20192b7

Browse files
authored
Added mTLS support for endpoints
1 parent a2070aa commit 20192b7

11 files changed

Lines changed: 104 additions & 903 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Pylint and Pytest
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: [ "main", "mtls-staging" ]
66
pull_request:
7-
branches: [ "main" ]
7+
branches: [ "main", "mtls-staging" ]
88

99
permissions:
1010
contents: read

0 commit comments

Comments
 (0)