Skip to content

Commit 029cef2

Browse files
committed
msca restclient 0.2.1
1 parent 706d611 commit 029cef2

File tree

5 files changed

+10
-12
lines changed

5 files changed

+10
-12
lines changed

.github/workflows/cicd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ env:
77

88
on:
99
push:
10-
branches: [main, develop, task/authoritative-msca-delegation]
10+
branches: [maing, develop]
1111
pull_request:
12-
branches: [main, develop, task/authoritative-msca-delegation]
12+
branches: [main, develop]
1313
types: [opened, reopened, synchronize]
1414

1515
jobs:
@@ -120,7 +120,7 @@ jobs:
120120

121121
- name: Deployment Pipeline
122122
if: >-
123-
contains(fromJSON('["main", "develop", "task/authoritative-msca-delegation"]'),
123+
contains(fromJSON('["main", "develop"]'),
124124
needs.context.outputs.git_repo_branch)
125125
uses: uw-it-aca/actions/cicd-deploy@main
126126
with:

endorsement/resources/msca/file/mbx/v1/jstaff/SetDelegatePerms/u_javerage_admin/FullAccess

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"Netid": "jstaff",
3+
"Delegate": "u_javerage_admin",
4+
"SetAccessType": "FullAccess",
5+
"Message": "Access updated successfully"
6+
}

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
-e .
2-
uw_msca@git+https://github.com/uw-it-aca/uw-restclients-msca@8c15380

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
'UW-RestClients-UWNetID~=1.1.2',
4646
'UW-RestClients-Django-Utils~=2.1.5',
4747
'UW-RestClients-ITBill~=0.1',
48-
# 'UW-RestClients-MSCA~=0.1.5',
48+
'UW-RestClients-MSCA~=0.2.1',
4949
'Django-Safe-EmailBackend~=1.2',
5050
'UW-Django-SAML2>=1.3.8,<2.0',
5151
'django-pyscss',

0 commit comments

Comments
 (0)