Skip to content

Feature/enable public ip checkbox#40

Merged
RanJiang233 merged 2 commits intoGoogleCloudPlatform:mainfrom
jeffreylwang:feature/enable-public-ip-checkbox
Mar 20, 2026
Merged

Feature/enable public ip checkbox#40
RanJiang233 merged 2 commits intoGoogleCloudPlatform:mainfrom
jeffreylwang:feature/enable-public-ip-checkbox

Conversation

@jeffreylwang
Copy link
Copy Markdown
Collaborator

Add option for external IP in jupyter scheduler plugin

C3UpmdyNFVHqMAs

@github-actions
Copy link
Copy Markdown

Binder 👈 Launch a Binder on branch jeffreylwang/scheduler-jupyter-plugin/feature%2Fenable-public-ip-checkbox

@google-cla
Copy link
Copy Markdown

google-cla bot commented Mar 20, 2026

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Added a user-configurable option to control public IP access when using
custom networks in Vertex AI scheduler. Previously, enableInternetAccess
was hardcoded to TRUE when a custom network was selected.

Changes:
- Backend: Added enable_public_ip field to DescribeVertexJob and
  DescribeUpdateVertexJob models (defaults to true for backward compatibility)
- Backend: Modified vertex.py to respect enable_public_ip setting instead
  of hardcoding enableInternetAccess to TRUE
- Frontend: Added Checkbox component to network configuration section
- Frontend: Checkbox appears when custom network is selected (primary or shared)
- Frontend: State management for enablePublicIp (defaults to true/checked)
- Frontend: Payload includes enable_public_ip in create/edit operations
- Frontend: Edit mode loads and displays existing enable_public_ip setting

The checkbox is labeled "Enable public IP (allows internet access)" and
is checked by default to maintain current behavior. Users can uncheck it
to disable public IP access when using custom networks.
@jeffreylwang jeffreylwang force-pushed the feature/enable-public-ip-checkbox branch from eb008e9 to be9385b Compare March 20, 2026 00:11
@RanJiang233 RanJiang233 merged commit 6f8ff2b into GoogleCloudPlatform:main Mar 20, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants