Skip to content

Investigate C drive access issue#87

Merged
JoshuaAFerguson merged 1 commit into
mainfrom
claude/fix-c-drive-access-01Je5K4vBCiNnvqbZp3wfKn5
Nov 18, 2025
Merged

Investigate C drive access issue#87
JoshuaAFerguson merged 1 commit into
mainfrom
claude/fix-c-drive-access-01Je5K4vBCiNnvqbZp3wfKn5

Conversation

@JoshuaAFerguson

Copy link
Copy Markdown
Member

Fix two issues preventing the API from accessing cluster nodes:

  1. API group mismatch in k8s client - changed from stream.streamspace.io to stream.space to match CRD definitions
  2. Missing RBAC configuration for API backend - added ServiceAccount, ClusterRole with node permissions, and Role for namespace-scoped resources

The static manifests were missing RBAC for the API service account, which needs cluster-wide access to nodes since they are cluster-scoped resources.

Fix two issues preventing the API from accessing cluster nodes:

1. API group mismatch in k8s client - changed from stream.streamspace.io
   to stream.space to match CRD definitions
2. Missing RBAC configuration for API backend - added ServiceAccount,
   ClusterRole with node permissions, and Role for namespace-scoped resources

The static manifests were missing RBAC for the API service account,
which needs cluster-wide access to nodes since they are cluster-scoped
resources.
@JoshuaAFerguson JoshuaAFerguson merged commit 64898f2 into main Nov 18, 2025
9 of 23 checks passed
@JoshuaAFerguson JoshuaAFerguson deleted the claude/fix-c-drive-access-01Je5K4vBCiNnvqbZp3wfKn5 branch November 18, 2025 03:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants