Skip to content

increase nginx header limit

Compare
Choose a tag to compare
@Avantol13 Avantol13 released this 07 Sep 18:17
· 701 commits to master since this release
bc37145

Release Notes

For: uc-cdis/cloud-automation

Notes since tag: pybase3-1.6.1

Notes to tag/commit: bc37145

Generated: 2021-09-07

New Features

  • Added jenkins-ci cleanup to jenkins cronjob (#1712)
  • save-failed-pod-logs now will save both initContainer and container
    logs for specific pod (#1711)
  • When sower config contains the "batch-export" job, set up s3 buckets +
    secrets to support this job (#1708)
  • Adding .data-commons.org and .va.data-commons.org to squid proxy
    whitelist. (#1709)
  • Create configuration scripts for metadata-service (#1701)
  • Add DD APM support to Hatchery (#1695)
  • Added sqs monitoring (#1677)
  • Added little script to update the ssl cipher suite for revproxy (#1678)
  • Added slack webhook alerts to standard ETL jobs (#1675)
  • Added netpolicies to mariner (#1665)
  • distribute-licenses cron job to scan running pods for unlicensed stata
    workspaces requresting a license, copy over demo licenses (#1663)
  • Allow connecting to the monqcle API for PDAPS data (#1659)
  • allow traffic to fwww.bc.edu, repec.org (ssc repositories) (#1658)
  • https://ctds-planx.atlassian.net/browse/HP-239 (#1658)
  • Added ability to configure cronjobs through manifest (#1640)
  • Squid update to allow clinicaltrials.gov (#1655)
  • Enable web access to the ICPSR repository (#1647)

Bug Fixes

  • Increased header buffer size to prevent header too large error (#1724)
  • Made mariner creds optional so EKS IAM deployments can leverage the
    attached SA instead (#1654)
  • Only try to allocate ES proxy on metadata setup if the feature that needs
    it is enabled (#1649)
  • Added missing datadog permissions (#1628)

Improvements

  • Hatchery: mount HOSTNAME from manifest-global (#1717)
  • Move aggregate MDS configuration to our standard manifest config process
    (#1701)
  • Add samesite="Lax" to cookies of session, visitor, csrftoken and
    service_releases (#1703)
  • MDS: Do not restrict body size for mds (#1706)
  • Pass the data upload bucket name in fence-config into portal as
    DATA_UPLOAD_BUCKET when doing kube-setup-portal (#1687)
  • Pass Datadog RUM application ID and client token into Portal (#1651)
  • using quay images for selenium to prevent failures due to dockerhub rate
    limits (#1652)
  • Common code to wait for Elasticsearch to be ready (#1638)

Dependency Updates

  • Ruby 2.5 will be EOL 7/30, updating to latest tested ruby version to
    prevent deprecation (#1676)
  • Metadata service now uses Elasticsearch for the sake of aggregated metadata
    APIs (#1638)

Deployment Changes

  • Remove USE_AGG_MDS and AGG_MDS_NAMESPACE from
    Gen3Secrets/g3auto/metadata/metadata.env and set those variables in a
    manifest: {} block in manifest.json (#1701)
  • Migrate the appropriate agg MDS config to the relevant manifest repo under
    a metadata/aggregate_config.json path (#1701)
  • Run gen3 kube-setup-metdata and roll the metadata service in Kubernetes
    (#1701)
  • Add cronjobs to the manifest by making a cdis-manifest/(commons
    folder)/manifests/cronjobs/cronjobs.json file with each cron name being a
    key and the cron schedule being the value. (#1640)

Dependency Updates