Skip to content

Temporarily disable permissions checking on buttons#2562

Merged
dpwatrous merged 3 commits intomasterfrom
bugfix/disable-permissions-check
Aug 26, 2022
Merged

Temporarily disable permissions checking on buttons#2562
dpwatrous merged 3 commits intomasterfrom
bugfix/disable-permissions-check

Conversation

@dpwatrous
Copy link
Member

Permissions checking is specifically looking for the "*" permission and doesn't handle custom roles which include specific actions like "Microsoft.Batch/batchAccounts/pools/write". Will re-enable this when the client-side permissions checking is made more robust.

Fixes #2077

cRui861
cRui861 previously approved these changes Aug 26, 2022
@dpwatrous dpwatrous enabled auto-merge (squash) August 26, 2022 21:08
@codecov
Copy link

codecov bot commented Aug 26, 2022

Codecov Report

Merging #2562 (1a3fb1c) into master (1861743) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2562      +/-   ##
==========================================
- Coverage   65.00%   65.00%   -0.01%     
==========================================
  Files         915      915              
  Lines       26366    26366              
  Branches     5190     5190              
==========================================
- Hits        17139    17138       -1     
- Misses       9227     9228       +1     
Impacted Files Coverage Δ
...-flask/ui/buttons/clickable/clickable.component.ts 96.07% <100.00%> (-1.97%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1861743...1a3fb1c. Read the comment docs.

@dpwatrous dpwatrous merged commit 856d6a5 into master Aug 26, 2022
@dpwatrous dpwatrous deleted the bugfix/disable-permissions-check branch August 26, 2022 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Custom role for Batch account is not interpreted by Batch explorer correctly.

2 participants