opencadc / uws

client and server implementations of the Universal Worker Service (UWS) specification
GNU Affero General Public License v3.0
2 stars 8 forks source link

onwerID column in PG job table too small #54

Closed pdowler closed 8 months ago

pdowler commented 1 year ago

ownerID is a varchar(64) but it isn't too hard to make an x509 DN longer than that

pdowler commented 8 months ago

increased to 128 in 1.2.16