Restructure solution layout by module
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Docs CI / lint-and-preview (push) Has been cancelled
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Docs CI / lint-and-preview (push) Has been cancelled
				
			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