-
Notifications
You must be signed in to change notification settings - Fork 40
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
[wip] feat(connector): Add multitenancy support using namespaces. #823
Closed
Conversation
This file contains 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
dhirajsb
force-pushed
the
multitenancy_apis
branch
from
March 1, 2022 20:53
36101a7
to
b7410ed
Compare
dhirajsb
changed the title
[WIP] feat(connector): Add multitenancy support using namespaces.
feat(connector): Add multitenancy support using namespaces.
Mar 2, 2022
dhirajsb
changed the title
feat(connector): Add multitenancy support using namespaces.
[wip] feat(connector): Add multitenancy support using namespaces.
Mar 2, 2022
lburgazzoli
reviewed
Mar 2, 2022
lburgazzoli
reviewed
Mar 2, 2022
lburgazzoli
reviewed
Mar 2, 2022
lburgazzoli
reviewed
Mar 2, 2022
lburgazzoli
reviewed
Mar 2, 2022
internal/connector/test/integration/features/connector-agent-api.feature
Show resolved
Hide resolved
lburgazzoli
reviewed
Mar 2, 2022
internal/connector/internal/api/public/model_deployment_location.go
Outdated
Show resolved
Hide resolved
lburgazzoli
reviewed
Mar 2, 2022
lburgazzoli
reviewed
Mar 2, 2022
lburgazzoli
reviewed
Mar 2, 2022
lburgazzoli
reviewed
Mar 2, 2022
@dhirajsb good work, I added some comments |
dhirajsb
force-pushed
the
multitenancy_apis
branch
2 times, most recently
from
March 3, 2022 00:19
6e91986
to
02051c1
Compare
…ments, filtering by namespaces in connector queries
…es, added required cluster_id to namespace create request, and support for creating user and org kind namespaces
…nator with enum, removed TargetKind in Connectors table
dhirajsb
force-pushed
the
multitenancy_apis
branch
from
March 3, 2022 00:45
02051c1
to
27d2731
Compare
dhirajsb
added
do-not-merge
A Pull Request with this label should not be merged: it might be due to pending questions, feedback
enhancement
New feature or request
labels
Mar 3, 2022
lburgazzoli
reviewed
Mar 3, 2022
internal/connector/test/integration/features/connector-multitenancy-api.feature
Show resolved
Hide resolved
lburgazzoli
reviewed
Mar 3, 2022
valdar
requested changes
Mar 4, 2022
valdar
approved these changes
Mar 6, 2022
@dhirajsb should the |
Created new PR #841 from a new fork after bf2 repo was made public. |
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
common
connector
do-not-merge
A Pull Request with this label should not be merged: it might be due to pending questions, feedback
enhancement
New feature or request
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Adds support for multiple connector tenants for individual users and organizations.
Verification Steps
Multiple extensive integration tests are included. They should also pass in CI.
Checklist (Definition of Done)