Skip to content

feat(integration-tests): add ATP Storage S3 integration#367

Open
elbe0116 wants to merge 1 commit intoNetcracker:feat/atp_robot_pluginfrom
elbe0116:feat/atp_robot_plugin
Open

feat(integration-tests): add ATP Storage S3 integration#367
elbe0116 wants to merge 1 commit intoNetcracker:feat/atp_robot_pluginfrom
elbe0116:feat/atp_robot_plugin

Conversation

@elbe0116
Copy link
Copy Markdown

No description provided.

@elbe0116 elbe0116 marked this pull request as draft March 27, 2026 11:37
@elbe0116 elbe0116 changed the title Feat/atp robot plugin feat(integration-tests): add ATP Storage S3 integration Mar 27, 2026
@elbe0116 elbe0116 force-pushed the feat/atp_robot_plugin branch from 2f0b607 to eac9cde Compare March 30, 2026 13:38
@elbe0116 elbe0116 marked this pull request as ready for review March 30, 2026 13:56
@elbe0116 elbe0116 changed the base branch from main to feat/atp_robot_plugin March 30, 2026 14:00
{{- end }}
{{- if .Values.tests.atpStorage.username }}
- name: ATP_STORAGE_USERNAME
value: {{ .Values.tests.atpStorage.username | quote }}
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

we can't store sentive information in CR, please use secrets

@elbe0116 elbe0116 force-pushed the feat/atp_robot_plugin branch from eac9cde to 141aa51 Compare April 2, 2026 13:16
- name: ATP_REPORT_ENABLED
value: {{ .Values.tests.atpReport.enabled | quote }}
- name: ATP_STORAGE_USERNAME
valueFrom:
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Have you tested the changes? Or all of them were just generated by the AI Agent?

@anikin-aa
Copy link
Copy Markdown
Collaborator

valueFrom is not going to work in CR.

The CRD scheme should be regenerated (because of the new fields)

Also, please move .Values.tests.atpStorage parameters group to a higher level, so it will be:

.Values.atpStorage

Such an approach with deploy parameters should be used in all services

Copy link
Copy Markdown
Collaborator

@anikin-aa anikin-aa left a comment

Choose a reason for hiding this comment

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

Also, I don't see handling of new values in the Golang code

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.

3 participants