Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(vrack-services): add iam checks on dashboard and listing #15082

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

qpavy
Copy link
Contributor

@qpavy qpavy commented Jan 23, 2025

Question Answer
Branch? master
Bug fix? no
New feature? yes
Breaking change? no
Tickets Fix #MANAGER-16523
License BSD 3-Clause
  • Try to keep pull requests small so they can be easily reviewed.
  • Commits are signed-off
  • [ ] Only FR translations have been updated
  • Branch is up-to-date with target branch
  • Lint has passed locally
  • Standalone app was ran and tested locally
  • Ticket reference is mentioned in linked commits (internal only)
  • [ ] Breaking change is mentioned in relevant commits

Description

Add feature to disable vrack services name edit and vrack attach on dashboard and listing when user don't have the iam rights to do it.

Related

export const IAM_ACTION = {
VRACK_SERVICES_RESOURCE_EDIT: 'vrackServices:apiovh:resource/edit',
VRACK_SERVICES_VRACK_ATTACH: 'vrackServices:apiovh:vrack/attach',
VRACK_SERVICES_RESOURCE_GET: 'vrackServices:apiovh:resource/get',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to check for the get, API does it automatically

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants