Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Added support for assosiated policies #352

Merged
merged 1 commit into from Jan 3, 2022

Conversation

edewit
Copy link
Contributor

@edewit edewit commented Jan 3, 2022

Get the assosiated policies and fixed the type of find permissions

@edewit edewit requested a review from jonkoops January 3, 2022 09:51
Copy link
Contributor

@jonkoops jonkoops left a comment

Choose a reason for hiding this comment

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

Aside from the changes to the package files this looks good to me.

package.json Outdated Show resolved Hide resolved
@@ -17,15 +17,18 @@ import KeyStoreConfig from '../defs/keystoreConfig';
import ResourceServerRepresentation from '../defs/resourceServerRepresentation';
import ScopeRepresentation from '../defs/scopeRepresentation';

export interface ClientQuery {
export interface PaginatedQuery {
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice, it makes a lot of sense to split this out into a separate type. Perhaps it should be a level higher up though as a separate type from clients?

also fixed type of find permissions
@edewit edewit merged commit e3c3598 into keycloak:main Jan 3, 2022
@edewit edewit deleted the associated-policies branch January 3, 2022 13:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants