FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

ui: List Identity providers as domain admin by Pearl1594 · Pull Request #5482 · apache/cloudstack · GitHub

ui: List Identity providers as domain admin - #5482

Closed
Pearl1594 wants to merge 1 commit into
apache:mainfrom
shapeblue:list-idps-domAdmin
Closed

ui: List Identity providers as domain admin#5482
Pearl1594 wants to merge 1 commit into
apache:mainfrom
shapeblue:list-idps-domAdmin

Conversation

Copy link
Copy Markdown
Contributor

Description

This PR fixes: #5477 wherein domain admins aren't allowed to list available IDPs.

Types of changes

  • Breaking change (fix or feature that would cause existing functionality to change)
  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Enhancement (improves an existing feature and functionality)
  • Cleanup (Code refactoring and cleanup, that may add test cases)

Feature/Enhancement Scale or Bug Severity

Bug Severity

  • BLOCKER
  • Critical
  • Major
  • Minor
  • Trivial

Screenshots (if appropriate):

How Has This Been Tested?

Copy link
Copy Markdown
Contributor Author

@blueorangutan ui

yadvr added this to the 4.16.0.0 milestone Sep 21, 2021
if ('listIdps' in this.$store.getters.apis) {
this.fetchIdps()
}
this.fetchIdps()

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Shouldn't we check that, otherwise it could fail @Pearl1594 cc @shwstppr

Copy link
Copy Markdown
Contributor Author

Closing this as it can be handled as part of #5481

Pearl1594 closed this Sep 21, 2021

Copy link
Copy Markdown
Contributor Author

The listIdps API doesn't actually have any authorization restriction based on user roles. However, it isn't part of the API list for roles other than root admin. Legacy UI, didn't enforce this check either.

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

Problem adding SAML user as Domain Admin

3 participants


Back | FazBrowse Home | New Git URL