diff --git a/frontend/src/concepts/pipelines/content/ViewPipelineServerModal.tsx b/frontend/src/concepts/pipelines/content/ViewPipelineServerModal.tsx index 0a5c3f0831..5cd43ed82e 100644 --- a/frontend/src/concepts/pipelines/content/ViewPipelineServerModal.tsx +++ b/frontend/src/concepts/pipelines/content/ViewPipelineServerModal.tsx @@ -45,13 +45,23 @@ const ViewPipelineServerModal: React.FC = ({ Access key - {pipelineSecret.AWS_ACCESS_KEY_ID || ''} + {pipelineSecret[ + pipelineNamespaceCR.spec.objectStorage.externalStorage.s3CredentialsSecret + .accessKey + ] || ''} Secret key - +