-
Notifications
You must be signed in to change notification settings - Fork 39
Add activation_job_namespace for workload isolation #357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,6 +4,13 @@ kind: Role | |
| metadata: | ||
| name: eda-manager-role | ||
| rules: | ||
| - apiGroups: | ||
| - "" | ||
| resources: | ||
| - namespaces | ||
| verbs: | ||
| - get | ||
| - create | ||
|
Comment on lines
+7
to
+13
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Move
🤖 Prompt for AI Agents |
||
| ## | ||
| ## Base operator rules | ||
| ## | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
Repository: ansible/eda-server-operator
Length of output: 2425
🏁 Script executed:
Repository: ansible/eda-server-operator
Length of output: 2517
🏁 Script executed:
Repository: ansible/eda-server-operator
Length of output: 120
🏁 Script executed:
Repository: ansible/eda-server-operator
Length of output: 3571
🏁 Script executed:
Repository: ansible/eda-server-operator
Length of output: 2557
🏁 Script executed:
Repository: ansible/eda-server-operator
Length of output: 991
🏁 Script executed:
Repository: ansible/eda-server-operator
Length of output: 638
🏁 Script executed:
Repository: ansible/eda-server-operator
Length of output: 53
🏁 Script executed:
Repository: ansible/eda-server-operator
Length of output: 618
🏁 Script executed:
Repository: ansible/eda-server-operator
Length of output: 1654
🏁 Script executed:
Repository: ansible/eda-server-operator
Length of output: 991
🏁 Script executed:
Repository: ansible/eda-server-operator
Length of output: 284
🏁 Script executed:
Repository: ansible/eda-server-operator
Length of output: 53
🏁 Script executed:
Repository: ansible/eda-server-operator
Length of output: 1452
Add schema validation for
activation_job_namespaceto enforce Kubernetes namespace naming rules.This field is rendered directly into
Namespace.metadata.nameand RBACnamespacefields without validation. Invalid values will cause reconciliation failures at runtime instead of being rejected at admission time. Add apatternconstraint for DNS-1123 subdomain format withmaxLength: 253, while allowing empty string for the default behavior.🤖 Prompt for AI Agents