Skip to content

Remove service account identity field from dataplane dialog#1946

Merged
GregorShear merged 3 commits intomainfrom
greg/dataplane-dialog
Apr 3, 2026
Merged

Remove service account identity field from dataplane dialog#1946
GregorShear merged 3 commits intomainfrom
greg/dataplane-dialog

Conversation

@GregorShear
Copy link
Copy Markdown
Contributor

@GregorShear GregorShear commented Apr 2, 2026

Issue: #1947

Raised with Dave et al in the Thursday office hours call, and James gave the thumbs up in Slack:
https://estuaryworkspace.slack.com/archives/C0AN2JHAGPJ/p1775139010652749

(also fixing the cloud provider and region fields that i probably broke with my big storage mapping PR a few weeks ago.)
Screenshot 2026-04-02 at 7 34 00 PM

Screenshot 2026-04-02 at 7 33 09 PM

@GregorShear GregorShear requested a review from a team as a code owner April 2, 2026 23:32
@GregorShear GregorShear added the change:planned This is a planned change label Apr 2, 2026
@GregorShear GregorShear changed the title Remove unnecessary field from dataplane dialog Remove service account identity field from dataplane dialog Apr 2, 2026
@GregorShear GregorShear force-pushed the greg/dataplane-dialog branch from cdb14f7 to 7f5a7fc Compare April 3, 2026 13:35
Comment thread src/components/tables/DataPlanes/DataPlaneDialog.tsx
})}
value={getRegionDisplayName(
dataPlaneName.provider as CloudProvider,
dataPlaneName.provider.toUpperCase() as CloudProvider,
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we just want to put this into the function this we know it always needs to be upper case?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah... did this and a little more cleanup of the casing convention

Copy link
Copy Markdown
Member

@travjenkins travjenkins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2 call outs.

@GregorShear GregorShear force-pushed the greg/dataplane-dialog branch from 2df34ef to be8309d Compare April 3, 2026 16:31
Copy link
Copy Markdown
Member

@travjenkins travjenkins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@GregorShear GregorShear merged commit 53dc8d9 into main Apr 3, 2026
7 checks passed
@GregorShear GregorShear deleted the greg/dataplane-dialog branch April 3, 2026 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

change:planned This is a planned change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants