From c6a013865f524794ae37a2ce041d2a9a25526bd3 Mon Sep 17 00:00:00 2001 From: Ahmed Koshok Date: Tue, 23 Feb 2021 12:02:40 -0500 Subject: [PATCH 1/4] Bump 2.3.2.0 --- hardening_manifest.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index bc9e064..898b0b1 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "kong/kong/kongee" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "2.2.1.0" +- "2.3.2.0" - "latest" # Build args passed to Dockerfile ARGs @@ -18,7 +18,7 @@ args: # Docker image labels labels: - org.opencontainers.image.title: "KongEE-2.2.1.0" + org.opencontainers.image.title: "KongEE-2.3.2.0" ## Human-readable description of the software packaged in the image org.opencontainers.image.description: "Kong Gateway is an open-source, lightweight API gateway optimized for microservices, delivering unparalleled latency, performance, and scalability." ## License(s) under which contained software is distributed @@ -27,7 +27,7 @@ labels: org.opencontainers.image.url: "https://docs.konghq.com/enterprise/" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "Kong" - org.opencontainers.image.version: "2.2.1.0" + org.opencontainers.image.version: "2.3.2.0" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "api,gateway,proxy" ## This value can be "opensource" or "commercial" @@ -37,11 +37,11 @@ labels: # List of resources to make available to the offline build context resources: - - url: "https://bintray.com/kong/kong-rpm/download_file?file_path=rhel/8/kong-2.2.1.rhel8.amd64.rpm" + - url: "https://bintray.com/kong/kong-rpm/download_file?file_path=rhel/8/kong-2.3.2.0.rhel8.amd64.rpm" filename: "kong-enterprise-edition-rhel8.noarch.rpm" validation: type: "sha256" - value: "53d99c5dd85d7471d736b6b55b38292a432ff414de16b1922f602454059fd79d" + value: "5b4312d2566aaa062fa99f851f8f80e651d6c787bb7829cbd96dfb491f4489c2" # List of project maintainers maintainers: -- GitLab From 3948c98d4a7897824605cc920550e1c0ce9a3e5d Mon Sep 17 00:00:00 2001 From: Ahmed Koshok Date: Tue, 23 Feb 2021 12:07:57 -0500 Subject: [PATCH 2/4] Fixed DL URL --- hardening_manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 898b0b1..a433d0f 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -37,7 +37,7 @@ labels: # List of resources to make available to the offline build context resources: - - url: "https://bintray.com/kong/kong-rpm/download_file?file_path=rhel/8/kong-2.3.2.0.rhel8.amd64.rpm" + - url: "https://bintray.com/kong/kong-rpm/download_file?file_path=rhel/8/kong-enterprise-edition-2.3.2.0.rhel8.amd64.rpm" filename: "kong-enterprise-edition-rhel8.noarch.rpm" validation: type: "sha256" -- GitLab From 8db5dfdcb00bf35754be7a8a48a6cc2576f4fe19 Mon Sep 17 00:00:00 2001 From: Ahmed Koshok Date: Tue, 23 Feb 2021 12:10:16 -0500 Subject: [PATCH 3/4] Fixed DL URL --- hardening_manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index a433d0f..8e478e5 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -37,7 +37,7 @@ labels: # List of resources to make available to the offline build context resources: - - url: "https://bintray.com/kong/kong-rpm/download_file?file_path=rhel/8/kong-enterprise-edition-2.3.2.0.rhel8.amd64.rpm" + - url: "https://kong.bintray.com/kong-enterprise-edition-rpm/rhel/8/kong-enterprise-edition-2.3.2.0.rhel8.noarch.rpm" filename: "kong-enterprise-edition-rhel8.noarch.rpm" validation: type: "sha256" -- GitLab From ce70fad55a32b83f360b14edb5e52d156464df64 Mon Sep 17 00:00:00 2001 From: Michael Simmons Date: Tue, 23 Feb 2021 11:17:57 -0700 Subject: [PATCH 4/4] Fixed authentication issue --- hardening_manifest.yaml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 8e478e5..011918b 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -37,11 +37,14 @@ labels: # List of resources to make available to the offline build context resources: - - url: "https://kong.bintray.com/kong-enterprise-edition-rpm/rhel/8/kong-enterprise-edition-2.3.2.0.rhel8.noarch.rpm" - filename: "kong-enterprise-edition-rhel8.noarch.rpm" - validation: - type: "sha256" - value: "5b4312d2566aaa062fa99f851f8f80e651d6c787bb7829cbd96dfb491f4489c2" +- url: "https://kong.bintray.com/kong-enterprise-edition-rpm/rhel/8/kong-enterprise-edition-2.3.2.0.rhel8.noarch.rpm" + filename: "kong-enterprise-edition-rhel8.noarch.rpm" + validation: + type: "sha256" + value: "5b4312d2566aaa062fa99f851f8f80e651d6c787bb7829cbd96dfb491f4489c2" + auth: + type: "basic" + id: "kongee-credential" # List of project maintainers maintainers: @@ -51,4 +54,4 @@ maintainers: cht_member: true - name: "Ahmed Koshok" username: "akoshok" - email: "ahmed.koshok@konghq.com" \ No newline at end of file + email: "ahmed.koshok@konghq.com" -- GitLab