Skip to content

Commit

Permalink
Merge pull request #1143 from cdapio/service-acnts-help-content-change
Browse files Browse the repository at this point in the history
Rephrase the help content in service accounts modal dialog
  • Loading branch information
radhikav1 authored Nov 16, 2023
2 parents 27cfa2b + 4f95ac4 commit b73f0bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/cdap/components/shared/ConfirmDialog/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const StyledAlert = styled(Alert)`
export const StyledBox = styled(Box)`
overflow-y: auto;
max-height: 14vh;
word-break: break-all;
word-break: break-word;
& pre {
word-break: break-word;
Expand Down
2 changes: 1 addition & 1 deletion app/cdap/text/text-en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3185,7 +3185,7 @@ features:
failedToValidate: Service account validation failed
failedToSave: Failed to save the service account changes
helpTitle: Provided Google Service Accounts (GSA) will be leveraged as workload identity, more details on gcloud commands help ...
helpContent: "Users for Kubernetes Service Account(KSA) internally to enhance security and access control in the namespace to perform pipeline design-time operations (pipeline preview, Wrangler, pipeline validation). You need to grant Workload Identity User permission to the KSA which can be done using the gcloud command : "
helpContent: "Internal Kubernetes Service Account(KSA) will be leveraged as workload identity users for Google Service Accounts (GSA) to enhance security and access control in the namespace to perform pipeline design-time operations (pipeline preview, Wrangler, pipeline validation) which requires granting Workload Identity User role to the namespace identity kubernetes service account on the IAM service account which can be done using the gcloud command : "
inputHelperText: Provide details of the service account for authorization
serviceAccount : Service account
SourceControlManagement:
Expand Down

0 comments on commit b73f0bd

Please sign in to comment.