Commit ace2a80
committed
Merge remote-tracking branch 'upstream/main' into refactor/split-sandbox
Resolutions:
- openshell-core: union new pub mods (denial, driver_mounts,
provider_credentials, proto_struct); keep tonic features
["channel", "tls-native-roots"] and add tonic-prost + tokio.
- openshell-sandbox: keep slim orchestrator (deps moved to leaves);
promote provider env tuple to four components to carry
dynamic_credentials; rely on supervisor-process for skill install,
TLS state, netns creation, and supervisor hardening.
- openshell-supervisor-process: union both test sets in process.rs;
keep existing imports in ssh.rs and add is_supervisor_only_env_var;
bump tonic to tls-native-roots; add the new mount-namespace prep
call (prepare_supervisor_identity_mount_namespace_from_env) before
apply_supervisor_startup_hardening in run.rs.
- openshell-supervisor-network: take main's token_grant_injection.rs;
relocate token_grant.rs and spiffe_endpoint.rs from
openshell-sandbox into this crate, declare the modules, add
reqwest and spiffe deps, and switch to openshell_ocsf::ctx::ctx().
- openshell-core: rewrite the four self-references
openshell_core::proto:: -> crate::proto:: in grpc_client.rs and
provider_credentials.rs.
Signed-off-by: Radoslav Hubenov <rrhubenov@gmail.com>133 files changed
Lines changed: 14443 additions & 1012 deletions
File tree
- .agents/skills
- debug-openshell-cluster
- helm-dev-environment
- openshell-cli
- .github/workflows
- architecture
- crates
- openshell-bootstrap/src
- openshell-cli
- src
- tests
- openshell-core
- src
- openshell-driver-docker
- src
- openshell-driver-kubernetes
- src
- openshell-driver-podman
- src
- openshell-driver-vm/src
- openshell-ocsf/src/format
- openshell-providers
- src
- openshell-sandbox
- src
- openshell-server
- src
- auth
- compute
- grpc
- persistence
- openshell-supervisor-network
- src
- l7
- openshell-supervisor-process
- src
- openshell-tui
- src
- ui
- deploy/helm/openshell
- ci
- templates
- tests
- docs
- kubernetes
- reference
- sandboxes
- security
- e2e
- python
- rust
- tests
- examples/spiffe-token-grant-demo
- k8s
- proto
- tasks/scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
135 | | - | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
136 | 138 | | |
137 | 139 | | |
138 | 140 | | |
139 | | - | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
140 | 145 | | |
141 | 146 | | |
142 | 147 | | |
| |||
169 | 174 | | |
170 | 175 | | |
171 | 176 | | |
172 | | - | |
| 177 | + | |
173 | 178 | | |
174 | 179 | | |
175 | 180 | | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
176 | 199 | | |
177 | 200 | | |
178 | 201 | | |
| 202 | + | |
179 | 203 | | |
180 | | - | |
| 204 | + | |
181 | 205 | | |
182 | 206 | | |
183 | 207 | | |
| |||
220 | 244 | | |
221 | 245 | | |
222 | 246 | | |
223 | | - | |
| 247 | + | |
| 248 | + | |
224 | 249 | | |
225 | 250 | | |
226 | 251 | | |
| |||
268 | 293 | | |
269 | 294 | | |
270 | 295 | | |
271 | | - | |
| 296 | + | |
272 | 297 | | |
273 | 298 | | |
274 | 299 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
181 | 198 | | |
182 | 199 | | |
183 | 200 | | |
| |||
206 | 223 | | |
207 | 224 | | |
208 | 225 | | |
| 226 | + | |
| 227 | + | |
209 | 228 | | |
210 | 229 | | |
211 | 230 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
495 | 495 | | |
496 | 496 | | |
497 | 497 | | |
498 | | - | |
499 | | - | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
500 | 501 | | |
501 | 502 | | |
502 | 503 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| |||
0 commit comments