Skip to content

CB-3008 TE: limit access to private project#1467

Merged
alexander-skoblikov merged 10 commits intodevelfrom
CB-3008-TE-limit-access-to-private-project
Feb 28, 2023
Merged

CB-3008 TE: limit access to private project#1467
alexander-skoblikov merged 10 commits intodevelfrom
CB-3008-TE-limit-access-to-private-project

Conversation

@EmYar
Copy link
Copy Markdown
Contributor

@EmYar EmYar commented Feb 10, 2023

Creates an "isPrivateProjectsAccessible" flag in the RM config with default == false, which excludes private projects from the getProjects request on the TE-only backend.

Creates an "isPrivateProjectsAccessible" flag in the RM config with default == false, which excludes private projects from the getProjects request on the TE-only backend.
@EmYar EmYar force-pushed the CB-3008-TE-limit-access-to-private-project branch from 2ebe69f to d684b33 Compare February 10, 2023 14:13
@EmYar EmYar marked this pull request as ready for review February 10, 2023 14:15
# Conflicts:
#	server/bundles/io.cloudbeaver.model/src/io/cloudbeaver/model/rm/local/LocalResourceController.java
Implements same behavior in all products
Run CB product in Idea without Eclipse manual configuration

Fixes user permissions check

boolean isFeatureEnabled(String id);

default boolean isPrivateProjectsAccessible() {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
default boolean isPrivateProjectsAccessible() {
default boolean isSupportsCustomConnections() {

we can use already existing method

@alexander-skoblikov alexander-skoblikov merged commit eb0186e into devel Feb 28, 2023
@serge-rider serge-rider deleted the CB-3008-TE-limit-access-to-private-project branch March 19, 2023 12:35
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.

2 participants