Summary: | Extend length of API Key, requestor ID and customer ID for data providers | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | ERM | Assignee: | Katrin Fischer <katrin.fischer> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | jonathan.druart, jonathan.field, martin.renvoize, mathsabypro, matt.blenkinsop, michaela.sieber, pedro.amorim |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: |
Description
Katrin Fischer
2024-09-16 16:46:36 UTC
And for service_url 80 characters are not enough as well *** Bug 38807 has been marked as a duplicate of this bug. *** Is there a specification in SUSHI documentation regarding the lengh of those fields? I tried to search but I only found in their OpenAPI specification that those fields have "ApiKey" datatype, which does not seem to have a lenght limit. (In reply to Mathieu Saby from comment #3) > Is there a specification in SUSHI documentation regarding the lengh of those > fields? I tried to search but I only found in their OpenAPI specification > that those fields have "ApiKey" datatype, which does not seem to have a > lenght limit. I have wondered the same thing in order to make sure we pick the right datatypes here. Did you encounter anything close to 255 chars yet? (In reply to Katrin Fischer from comment #4) > (In reply to Mathieu Saby from comment #3) > > Is there a specification in SUSHI documentation regarding the lengh of those > > fields? I tried to search but I only found in their OpenAPI specification > > that those fields have "ApiKey" datatype, which does not seem to have a > > lenght limit. > > I have wondered the same thing in order to make sure we pick the right > datatypes here. Did you encounter anything close to 255 chars yet? (In reply to Mathieu Saby from comment #3) > Is there a specification in SUSHI documentation regarding the lengh of those > fields? I tried to search but I only found in their OpenAPI specification > that those fields have "ApiKey" datatype, which does not seem to have a > lenght limit. I think the NISO standard is the place to look - https://groups.niso.org/higherlogic/ws/public/download/29097/Z39-93-2014_SUSHI-1_7.pdf - However, there don't seem to be restrictions on length. So, I guess we need to work with the longest examples we have. I think increasing to 255 would cover that, wouldn't you? > I think the NISO standard is the place to look -
> https://groups.niso.org/higherlogic/ws/public/download/29097/Z39-93-
> 2014_SUSHI-1_7.pdf - However, there don't seem to be restrictions on length.
> So, I guess we need to work with the longest examples we have. I think
> increasing to 255 would cover that, wouldn't you?
I believe so. It would be interesting to hear what the longest encountered were to see how close we get.
|