You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both times, the YAML can be uploaded to Argo just fine, but upon viewing the Spec in Argo the SFTP keyword and all underlying information is gone, and no Event Source can be found in the Event Flow. The sensor can still be created, but it seems to not actually check if the SFTP event source exists.
To Reproduce
Steps to reproduce the behavior:
Either use the example setup YAML or create your own SFTP Event Source
Upload to Argo either via the GUI or Command Line
Navigate to your event source in the GUI and open the corresponding YAML
Notice that scrolling down to spec that the SFTP keyword and all underlying data is not present
Going to "Event Flow" shows that no Event Source was created either.
Expected behavior
SFTP Event Source is created, can be found under the spec in the yaml, and viewed in Event Flow.
Screenshots
Environment (please complete the following information):
Kubernetes: [e.g. v1.30.2]
Argo: [e.g. v3.5.8]
Argo Events: [e.g. v1.9.1+]
Message from the maintainers:
If you wish to see this enhancement implemented please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had
any activity in the last 60 days. It will be closed if no further activity
occurs. Thank you for your contributions.
I'm facing the same issue. @ekbaker7 were you able to get the SFTP Event Source to show up in a previous version (like when it was first supported in v.1.8.1)?
Describe the bug
When the SFTP Event Source is used ( https://github.com/argoproj/argo-events/blob/master/api/event-source.md#sftpeventsource ) the actual
SFTP
keyword/spec is not being registered when added to Argo. I have tried using both the example script in the Setup docs (https://github.com/argoproj/argo-events/blob/master/docs/eventsources/setup/sftp.md) and writing my own SFTP Event Source.Both times, the YAML can be uploaded to Argo just fine, but upon viewing the Spec in Argo the
SFTP
keyword and all underlying information is gone, and no Event Source can be found in the Event Flow. The sensor can still be created, but it seems to not actually check if theSFTP
event source exists.To Reproduce
Steps to reproduce the behavior:
spec
that the SFTP keyword and all underlying data is not presentExpected behavior
SFTP Event Source is created, can be found under the
spec
in the yaml, and viewed in Event Flow.Screenshots
Environment (please complete the following information):
Message from the maintainers:
If you wish to see this enhancement implemented please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.
The text was updated successfully, but these errors were encountered: