Skip to content

Add access denied checks#3025

Open
WilliamBZA wants to merge 3 commits into
authorizationfrom
improve-auth-response
Open

Add access denied checks#3025
WilliamBZA wants to merge 3 commits into
authorizationfrom
improve-auth-response

Conversation

@WilliamBZA

@WilliamBZA WilliamBZA commented Jun 8, 2026

Copy link
Copy Markdown
Member

Adds an "Access denied" screen to complement the authorization work being added to ServiceControl

image

Reviewer Checklist

  • Components are broken down into sensible and maintainable sub-components.
  • Styles are scoped to the component using it. If multiple components need to share CSS, then a .css file is created containing the shared CSS and imported into component scoped style sections.
  • Naming is consistent with existing code, and adequately describes the component or function being introduced
  • Only functions utilizing Vue state or lifecycle hooks are named as composables (i.e. starting with 'use');
  • No module-level state is being introduced. If so, request the PR author to move the state to the corresponding Pinia store.

@WilliamBZA WilliamBZA requested review from dvdstelt and ramonsmits June 9, 2026 09:22
@dvdstelt dvdstelt force-pushed the improve-auth-response branch from 1429d04 to fcb0e82 Compare June 9, 2026 13:53
@WilliamBZA WilliamBZA force-pushed the improve-auth-response branch from 2f9dc40 to d6aa56e Compare June 10, 2026 09:06
@WilliamBZA WilliamBZA marked this pull request as ready for review June 10, 2026 09:14
@WilliamBZA WilliamBZA changed the base branch from master to authorization June 10, 2026 09:15
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.

1 participant