Skip to content

Commit

Permalink
User tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
janboll committed Nov 26, 2024
1 parent 0e948cb commit df5de83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cluster-service/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ personal-storage-permissions:
USER_OBJECT_ID=$(shell az ad signed-in-user show --query id -o tsv) && \
STORAGEACCOUNTID=$(shell az storage account show -n ${OIDC_STORAGE_ACCOUNT} -g ${RESOURCEGROUP} --query id -o tsv) && \
az role assignment create \
--role "Storage Blob Data Contributor" \
--assignee $${USER_OBJECT_ID} \
--scope "$${STORAGEACCOUNTID}"
--role "Storage Blob Data Contributor" \
--assignee $${USER_OBJECT_ID} \
--scope "$${STORAGEACCOUNTID}"
.PHONY: personal-storage-permissions

personal-runtime-config: personal-storage-permissions
Expand Down

0 comments on commit df5de83

Please sign in to comment.