MetaCell / MetaCell/cloud-harness

Service accounts control per application

Open
#443 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
19
Forks
5
Avg merge
3d 18h
Merged PRs (30d)
3

Description

The base case is that an application can specify what service account to run on in the same namespace, something like:
- create-volumes
- inspect-pods
- namespace-control

That could be specified in the harness section of the values.yaml, like

```yaml
harness:
deployment:
serviceaccount: inspect-pods
```
If not set the default service account will be used.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating values.yaml and the harness deployment configuration that consumes the harness.deployment settings. Check how an application’s service account is selected, then implement the documented per-application setting while preserving the default service account when it is unset. Verify the resulting deployment configuration for both cases.

Written by the indexing model from the issue text.

Assessment

Tech stack
kubernetes
Domain
infrastructure
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.