When running a work item connector, one or more of the following warnings is seen in the console:
Unknown key: SameSite = Lax
Unknown key: SameSite = None
Unknown key: Max-Age = 2592000
Release : SAAS
Component : Agile Central WIC
The Connectors do not use any Cookie information in any part of the integration execution so there is no loss of functionality or degradation in the scope or quality of the integration.
On the Linux platform you may suppress these errors by executing the connector and piping output to /dev/null as follows:
ruby svn2ca_agile_central.rb my_config.yml > /dev/null 2>&1
keywords: HP QC ALM svn subversion