vincbeck opened a new issue, #62250: URL: https://github.com/apache/airflow/issues/62250
# Test 1. Connection access with team context (database) - Create connection with team assignment through UI/API/CLI - Verify team member can access team connection - Verify non-team member cannot access team connection # Test 2. Global variable access with team context (database) - Create connection without team assignment through UI/API/CLI - Verify team member can access the connection - Verify non-team member can access the connection # Test 3. Connection access with team context (environment variable) - Create connection with team assignment through environment variable - Verify team member can access team connection - Verify non-team member cannot access team connection # Test 4. Global variable access with team context (environment variable) - Create connection without team assignment through environment variable - Verify team member can access the connection - Verify non-team member can access the connection # Test 5. Connection creation with team - Set connection with team via API/CLI - Verify error when `multi_team=False` but team specified -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
