capsule
capsule copied to clipboard
Multi-tenancy and policy-based framework for Kubernetes.
# Bug description When the label `capsule.clastix.io/tenant: [tenantname]` is set on a networkpolicy, deletion and patching isn't possible as a tenant admin. # How to reproduce Steps to reproduce the...
The result of this code would look like this it generates ${tenant}-${user}.kubeconfig ``` { "apiVersion": "v1", "kind": "Config", "clusters": [ { "name": "orbstack", "cluster": { "certificate-authority-data": "", "server": "https://127.0.0.1:26443" }...
Bumps [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) from 0.29.3 to 0.30.0. Commits 03da840 Update dependencies to v0.30.0 tag cb47ad4 Merge remote-tracking branch 'origin/master' into release-1.30 6ce7f38 Update x/net for CVE-2023-45288 a2f312c Merge remote-tracking branch 'origin/master'...
Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.29.3 to 0.30.0. Commits fb932d2 Update dependencies to v0.30.0 tag d014286 Merge remote-tracking branch 'origin/master' into release-1.30 581c1b8 Update x/net for CVE-2023-45288 35ca1f4 Merge pull request #123932...
# Describe the feature Having control over, if changes can be made in a tenant, is crucial in production environments. While we have the functionality to frezze/cordon tenants, we don't...
Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.11 to 6.2.1. Release notes Sourced from tar's releases. v6.1.13 6.1.13 (2022-12-07) Dependencies cc4e0dd #343 bump minipass from 3.3.6 to 4.0.0 v6.1.12 6.1.12 (2022-10-31) Bug Fixes 57493ee...
# Describe the feature We support ProxySettings on the OwnerSpec on the tenant. However we want to seperate the proxy more strictly therefor in this release we are going to...
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...
Hello Maintainers. This is my request to add my good friend @lucakuendig as an official maintainer for Capsule. We have worked together at Bedag and introduced Capsule to Bedag. Therefor...
# Describe the feature We can start migrating to `projectcapsule.dev` from `capsule.clastix.io`. This is just preparation for a future v1 release. Places i can think of where these references can...