Restructure solution layout by module
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
			
		||||
# Registry Token Service Operations
 | 
			
		||||
 | 
			
		||||
_Component_: `src/StellaOps.Registry.TokenService`
 | 
			
		||||
_Component_: `src/Registry/StellaOps.Registry.TokenService`
 | 
			
		||||
 | 
			
		||||
The registry token service issues short-lived Docker registry bearer tokens after
 | 
			
		||||
validating an Authority OpTok (DPoP/mTLS sender constraint) and the customer’s
 | 
			
		||||
@@ -53,7 +53,7 @@ DPoP failures surface via the service logs (Serilog console output).
 | 
			
		||||
## Sample deployment
 | 
			
		||||
 | 
			
		||||
```bash
 | 
			
		||||
dotnet run --project src/StellaOps.Registry.TokenService \
 | 
			
		||||
dotnet run --project src/Registry/StellaOps.Registry.TokenService \
 | 
			
		||||
  --urls "http://0.0.0.0:8085"
 | 
			
		||||
 | 
			
		||||
curl -H "Authorization: Bearer <OpTok>" \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user