Add OpenSslLegacyShim to ensure OpenSSL 1.1 libraries are accessible on Linux
	
		
			
	
		
	
	
		
	
		
			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 introduces the OpenSslLegacyShim class, which sets the LD_LIBRARY_PATH environment variable to include the directory containing OpenSSL 1.1 native libraries. This is necessary for Mongo2Go to function correctly on Linux platforms that do not ship these libraries by default. The shim checks if the current operating system is Linux and whether the required directory exists before modifying the environment variable.
This commit is contained in:
		@@ -82,7 +82,7 @@ Authority issues short-lived tokens bound to tenants and scopes. Sprint 19 int
 | 
			
		||||
- **`role/ui-console-admin`** → `ui.read`, `authority:tenants.read`, `authority:roles.read`, `authority:tokens.read`, `authority:clients.read` (paired with write scopes where required).  
 | 
			
		||||
- **`role/orch-viewer`** *(Authority role: `Orch.Viewer`)* → `orch:read`.
 | 
			
		||||
- **`role/orch-operator`** *(Authority role: `Orch.Operator`)* → `orch:read`, `orch:operate`.
 | 
			
		||||
- **`role/orch-admin`** *(Authority role: `Orch.Admin`)* → `orch:read`, `orch:operate`, `orch:quota`.
 | 
			
		||||
- **`role/orch-admin`** *(Authority role: `Orch.Admin`)* → `orch:read`, `orch:operate`, `orch:quota`, `orch:backfill`.
 | 
			
		||||
- **`role/packs-runner`** → `packs.read`, `packs.run`.
 | 
			
		||||
- **`role/packs-publisher`** → `packs.read`, `packs.write`.
 | 
			
		||||
- **`role/packs-approver`** → `packs.read`, `packs.approve`.
 | 
			
		||||
@@ -133,6 +133,16 @@ tenants:
 | 
			
		||||
        scopes: [policy:operate, policy:run, policy:activate, policy:read, policy:simulate, findings:read]
 | 
			
		||||
      policy-auditor:
 | 
			
		||||
        scopes: [policy:audit, policy:read, policy:simulate, findings:read]
 | 
			
		||||
      pack-viewer:
 | 
			
		||||
        scopes: [packs.read]
 | 
			
		||||
      pack-operator:
 | 
			
		||||
        scopes: [packs.read, packs.run]
 | 
			
		||||
      pack-publisher:
 | 
			
		||||
        scopes: [packs.read, packs.write]
 | 
			
		||||
      pack-approver:
 | 
			
		||||
        scopes: [packs.read, packs.approve]
 | 
			
		||||
      pack-admin:
 | 
			
		||||
        scopes: [packs.read, packs.write, packs.run, packs.approve]
 | 
			
		||||
      policy-engine:
 | 
			
		||||
        scopes: [effective:write, findings:read]
 | 
			
		||||
      exceptions-service:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user