capsule
capsule copied to clipboard
Multi-tenancy and policy-based framework for Kubernetes.
Stale PR : https://github.com/projectcapsule/capsule/pull/1176 Slack conversation : https://kubernetes.slack.com/archives/C03GETTJQRL/p1725202621083079
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/projectcapsule/capsule). ## Config Migration Needed - [ ]...
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [capsule-proxy](https://redirect.github.com/projectcapsule/capsule-proxy) ([source](https://projectcapsule.dev/integrations/addons/capsule-proxy/)) | patch | `0.9.5` -> `0.9.8` | --- ### Configuration 📅 **Schedule**: Branch...
# Issue: In the "Assigning Ownership to Users" subsection, the descriptive text states: "Bill creates a new tenant "oil" in the CaaS management portal according to the tenant’s profile:" However,...
# Describe the feature Instead of forbidding a long list of labels/annotations, which will never be exhaustive, there should be an allow-list feature. According to the [Kubernetes docs](https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/) labels/annotations without...
Working from the conversation in this PR: https://github.com/projectcapsule/capsule/pull/1332 Original feature was to implement a flag for the webhook to allow creation of namespace, by letting some users impersinate the owner....
# Describe the feature With the merge of #1339 we have a more powerful option to assign metadata to namespaces. I would like to preserve this approach for the stable...
As a group of us have been discussing here: https://github.com/projectcapsule/capsule/discussions/1311 This feature adds a new flag in `additionalRoleBindings` which allows the subject to `actAsOwner`. When a namespace is created, Capsule...
# Describe the feature Add imagePullSecrets to the `tenant` CR, `.spec.podOptions.imagePullSecrets`. These imagePullSecrets gets automatically appended to the pod spec when a pod in the tenant is deployed. This is...
# Bug description FluxCD is failing to upgrade Capsule from v0.7.2 -> v0.7.3 and reporting the following: ``` Helm upgrade failed for release capsule/capsule-capsule with chart [email protected]: jobs.batch "capsule-capsule-proxy-certgen" not...