cozystack/packages/apps
Timofei Larkin 7e4883dfcc [platform] Mark some secrets as non-user-facing
Some k8s secrets created when deploying managed applications are
unhelpful to the end user or are outright not meant to be shown, because
they contain internal credentials not meant to be presented to the user.
This patch adds an `apps.cozystack.io/tenantresource=false` label to
such resources which will be later used to filter out such secrets in
the web UI.

```release-note
[platform] Mark non-user-facing secrets as such to avoid clutter in the
dashboard and leaking internal credentials.
```

Signed-off-by: Timofei Larkin <lllamnyp@gmail.com>
2025-09-23 15:09:18 +03:00
..
bucket [apps] Use new OpenAPI schema and README generator for packages/apps 2025-08-11 12:59:50 +03:00
clickhouse [platform] Mark some secrets as non-user-facing 2025-09-23 15:09:18 +03:00
ferretdb [cozystack-api] Update defaulting API schemas 2025-09-18 04:49:50 +02:00
http-cache Prepare release v0.36.1 2025-09-18 02:58:44 +00:00
kafka [cozystack-api] Update defaulting API schemas 2025-09-18 04:49:50 +02:00
kubernetes Prepare release v0.36.1 2025-09-18 02:58:44 +00:00
mysql [platform] Mark some secrets as non-user-facing 2025-09-23 15:09:18 +03:00
nats [cozystack-api] Update defaulting API schemas 2025-09-18 04:49:50 +02:00
postgres [platform] Mark some secrets as non-user-facing 2025-09-23 15:09:18 +03:00
rabbitmq [cozystack-api] Update defaulting API schemas 2025-09-18 04:49:50 +02:00
redis [cozystack-api] Update defaulting API schemas 2025-09-18 04:49:50 +02:00
tcp-balancer [cozystack-api] Update defaulting API schemas 2025-09-18 04:49:50 +02:00
tenant [platform] Mark some secrets as non-user-facing 2025-09-23 15:09:18 +03:00
virtual-machine [cozystack-api] Update defaulting API schemas 2025-09-18 04:49:50 +02:00
vm-disk [vm-disk] New SVG icon 2025-09-18 16:27:38 +02:00
vm-instance [cozystack-api] Update defaulting API schemas 2025-09-18 04:49:50 +02:00
vpn [platform] Mark some secrets as non-user-facing 2025-09-23 15:09:18 +03:00
Makefile Remove user-facing config of limits and requests 2025-05-23 17:32:42 +03:00
README.md [clickhouse] add clickhouse keeper 2025-08-07 14:07:05 +03:00
versions_map [platform] Mark some secrets as non-user-facing 2025-09-23 15:09:18 +03:00

How to test packages local

cd packages/core/installer
make image-cozystack REGISTRY=YOUR_CUSTOM_REGISTRY
make apply
kubectl delete po -l app=source-controller -n cozy-fluxcd