-
Notifications
You must be signed in to change notification settings - Fork 1
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: Access management #877
Conversation
🦋 Changeset detectedLatest commit: 342ac87 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
…r/fusion-project-portal into feature/access-management
|
||
builder.HasKey(x => x.Id); | ||
|
||
//builder.HasOne(aa => aa.Account) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
skal dette bort?
.NotEmpty() | ||
.WithMessage("Must specify at least one admin"); | ||
|
||
//RuleFor(x => x.Admins).BeValidAccounts(accountService); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove????
@@ -1,9 +1,16 @@ | |||
import { defineAppConfig } from '@equinor/fusion-framework-cli'; | |||
|
|||
const feature = true; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix!
Description
This adds support for managing access to Portals through "Portal Admins".
Portal admins can be added and removed only by global administrators.
The Portal admin will have full access to manage the Portal after being assigned. There are two exceptions that will be unauthorized: Creating new portals and deleting portals
Breaking changes:
Creating portals will now require at least one administrator
Updating portals will now require at least one administrator
PR title and description are to the point and understandable
I have performed a self-review of my own code'
Please select version type the purposed change:
External Relations
Changeset