audit work, fixed StellaOps.sln warnings/errors, fixed tests, sprints work, new advisories
This commit is contained in:
@@ -42,7 +42,7 @@ git clone https://git.stella-ops.org/stella-ops.org/git.stella-ops.org.git
|
||||
cd git.stella-ops.org
|
||||
|
||||
# Start services with international crypto profile
|
||||
docker compose -f deploy/compose/docker-compose.international.yml up -d
|
||||
docker compose -f devops/compose/docker-compose.international.yml up -d
|
||||
|
||||
# Verify cryptographic configuration
|
||||
docker exec stellaops-authority-1 cat /app/etc/appsettings.crypto.yaml
|
||||
@@ -58,7 +58,7 @@ docker exec stellaops-authority-1 cat /app/etc/appsettings.crypto.yaml
|
||||
|
||||
```bash
|
||||
# Start services with GOST crypto profile
|
||||
docker compose -f deploy/compose/docker-compose.russia.yml up -d
|
||||
docker compose -f devops/compose/docker-compose.russia.yml up -d
|
||||
```
|
||||
|
||||
**Requirements:**
|
||||
@@ -85,7 +85,7 @@ openssl engine -c gost
|
||||
|
||||
```bash
|
||||
# Start services with eIDAS crypto profile
|
||||
docker compose -f deploy/compose/docker-compose.eu.yml up -d
|
||||
docker compose -f devops/compose/docker-compose.eu.yml up -d
|
||||
```
|
||||
|
||||
**Status:** Currently uses `offline-verification` plugin with NIST algorithms as a fallback. Full eIDAS plugin (`eidas.soft`) is planned for Phase 4.
|
||||
@@ -106,7 +106,7 @@ docker compose -f deploy/compose/docker-compose.eu.yml up -d
|
||||
|
||||
```bash
|
||||
# Start services with SM crypto profile
|
||||
docker compose -f deploy/compose/docker-compose.china.yml up -d
|
||||
docker compose -f devops/compose/docker-compose.china.yml up -d
|
||||
```
|
||||
|
||||
**Status:** Currently uses `offline-verification` plugin with NIST algorithms as a fallback. Full SM plugin (`sm.soft`) is planned for Phase 4.
|
||||
@@ -255,10 +255,10 @@ To switch from one region to another:
|
||||
|
||||
```bash
|
||||
# Stop current deployment
|
||||
docker compose -f deploy/compose/docker-compose.international.yml down
|
||||
docker compose -f devops/compose/docker-compose.international.yml down
|
||||
|
||||
# Start new regional deployment
|
||||
docker compose -f deploy/compose/docker-compose.russia.yml up -d
|
||||
docker compose -f devops/compose/docker-compose.russia.yml up -d
|
||||
```
|
||||
|
||||
### Verifying Regional Configuration
|
||||
@@ -278,7 +278,7 @@ docker exec stellaops-authority-1 cat /app/etc/crypto-plugins-manifest.json | jq
|
||||
|
||||
```bash
|
||||
# Check service health
|
||||
docker compose -f deploy/compose/docker-compose.international.yml ps
|
||||
docker compose -f devops/compose/docker-compose.international.yml ps
|
||||
|
||||
# Test crypto provider loading (Authority service example)
|
||||
docker logs stellaops-authority-1 2>&1 | grep -i "crypto"
|
||||
|
||||
Reference in New Issue
Block a user