-
Notifications
You must be signed in to change notification settings - Fork 37
Add CatalogAPI #342
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
Merged
Merged
Add CatalogAPI #342
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,4 +14,5 @@ coverage.* | |
| /dex | ||
| /bin | ||
| docs/generators/cli-doc/cli-doc | ||
| dex/ | ||
| dex/ | ||
| apiserviceexport.yaml | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,47 @@ | ||
| # CHANGELOG | ||
|
|
||
| Change log is high level summary of notable changes for each release. | ||
|
|
||
| ## API Changes in v0.6.0 release | ||
|
|
||
| ### Helm Chart Updates | ||
|
|
||
| Introduction of helm chart, `kube-bind/backend`, to deploy the backend components with configurable options. | ||
|
|
||
| ### Catalog API | ||
| Introduction of new `Collection` and `APIServiceExportTemplate` CRDs for better service organization: | ||
| - **Collections**: Function as folders in the UI, grouping bindable resources such as templates | ||
| - **APIServiceExportTemplate**: Group multiple CRDs with their related resources and permission claims that can be used to create a `APIServiceExportRequest` | ||
|
|
||
| ### Enhanced Permission Claims | ||
| Major improvements to `PermissionClaims` in APIServiceExportSpec: | ||
| - **NamedResources**: Specify exact resources by name and namespace | ||
| - **Combined Selectors**: Use both label selectors AND named resources (both must match) | ||
| - **Granular Control**: More precise access control for service resources | ||
|
|
||
| ### Provider-side Namespace Management | ||
| Enhanced namespace management on the provider side: | ||
| - **APIServiceNamespace Controller**: Automatically creates Roles and RoleBindings | ||
| - **Namespace Isolation**: Each consumer gets isolated provider-side namespaces | ||
| - **RBAC Automation**: Proper permissions created based on scope (namespaced vs cluster-scoped) | ||
| - **Namespace Pre-provisioning**: Providers can pre-create namespaces for better UX | ||
|
|
||
| **Important**: When `ClusterScope` mode is used, cluster-wide permissions are created instead of namespaced ones. | ||
|
|
||
| ## API Changes in v0.5.0 release | ||
|
|
||
| Version v0.5.0 includes significant architectural improvements to the API structure: | ||
|
|
||
| ### Major Changes | ||
|
|
||
| - **API Version Upgrade**: Introduced `v1alpha2` API version alongside existing `v1alpha1` | ||
| - **Service Exposure Refactoring**: Refactored the service exposure mechanism from embedded CRD specifications to a resource-based model: | ||
| - `APIServiceExportSpec` now uses `Resources []APIServiceExportResource` instead of embedded CRD specs | ||
| - `BoundSchema`: New resource type in `v1alpha2` that represents bound schemas in consumer clusters and tracks the status of synced resources | ||
| - This allows one APIServiceExport to reference multiple CRDs more efficiently | ||
|
|
||
| ### Backend Architecture Improvements | ||
|
|
||
| - **MultiCluster Runtime Integration**: The backend now leverages `sigs.k8s.io/multicluster-runtime` for enhanced cluster management capabilities | ||
| - **Provider Support**: Built-in support for multiple backend providers including KCP through `github.com/kcp-dev/multicluster-provider` | ||
| - **Enhanced Cluster Operations**: Improved cluster-aware resource management with dedicated manager architecture for handling multi-cluster scenarios |
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
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
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
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
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.