Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rephrase the help content in service accounts model #1143

Merged
merged 1 commit into from
Nov 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading