-
Notifications
You must be signed in to change notification settings - Fork 43
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
Problem: pipelines are not always discoverable #236
Comments
Assuming a URL is Or are you thinking of modifying the logic around |
I didn't think much about it but I like the way ^ sounds. It would mean that we can solve the problem without a database migration - is that ok? |
Sounds good to me. |
I think that this issue needs to remain open until SS learns a new parameter that allows the user to indicate the URI of the pipeline in the create pipeline endpoint. This parameter should be provided by Archivematica when it performs the self-registration process. |
@sromkey, I think that we can close this issue. SS v0.11 included #267 which made the following changes:
I think that these changes together already enabled the dashboard to provide a URI as the remote name. The remaining changes (provide a URI) need to happen in the AM repo. |
SS stores the
remote_name
of a pipeline when it's created for consequent API access, e.g. re-ingest.This field is also editable from the web interface.
When a pipeline is created via the SS API, this field is populated after the
REMOTE_ADDR
header unless the client provides a value via theremote_name
property.The problem is that the dashboard doesn't allow users to provide a custom value so SS always fallbacks to the value found in the
REMOTE_ADDR
header which is problematic under some circumstances.The text was updated successfully, but these errors were encountered: