Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

APIGOV-26852 - add tls config to kong client #56

Merged
merged 8 commits into from
Dec 15, 2023
Merged

Conversation

jcollins-axway
Copy link
Collaborator

No description provided.

@dgghinea
Copy link
Collaborator

shouldn't there be helm changes as well ?

README.md Show resolved Hide resolved
@jcollins-axway
Copy link
Collaborator Author

shouldn't there be helm changes as well ?
good call!

@jcollins-axway jcollins-axway merged commit 6c03b45 into main Dec 15, 2023
2 checks passed
@jcollins-axway jcollins-axway deleted the APIGOV-26852 branch December 15, 2023 15:43
dgghinea added a commit that referenced this pull request Jan 11, 2024
commit 3c44ab6
Merge: 4d49290 921de36
Author: Dale Feldick <[email protected]>
Date:   Thu Jan 4 10:44:37 2024 -0700

    Merge pull request #61 from Axway/APIGOV-26840

    APIGOV-26840 - csr5

commit 921de36
Author: dfeldick <[email protected]>
Date:   Thu Jan 4 10:34:10 2024 -0700

    APIGOV-26840 - csr5

commit 4d49290
Author: Jason Collins <[email protected]>
Date:   Wed Jan 3 15:47:14 2024 -0700

    APIGOV-26882 - use service and route ids for discovery and traceability (#60)

    * update the discovery process

    * use ids for traceability agent

    * update dep

commit 28c5863
Author: Jason Collins <[email protected]>
Date:   Tue Jan 2 15:21:14 2024 -0700

    APIGOV-26853 - conditionally remove ta resource on shutdown (#59)

    * add logic to clean agent resource

    * add unit tests

    * use camel case

    * update deps

commit 576f0c2
Author: Jason Collins <[email protected]>
Date:   Tue Jan 2 09:18:59 2024 -0700

    APIGOV-26911 - properly handle query args (#58)

    * INT - add logging and request id for each connection

    * fix processing of query arguments

commit 9bb97c8
Merge: 6c03b45 acb811f
Author: Dale Feldick <[email protected]>
Date:   Fri Dec 15 14:00:47 2023 -0700

    Merge pull request #57 from Axway/APIGOV-26871

    APIGOV-26871 - update golang for security

commit acb811f
Author: dfeldick <[email protected]>
Date:   Fri Dec 15 12:06:23 2023 -0700

    APIGOV-26871 - typo

commit fe7e4e8
Author: dfeldick <[email protected]>
Date:   Fri Dec 15 11:49:00 2023 -0700

    APIGOV-26871 - fix image

commit 6c03b45
Author: Jason Collins <[email protected]>
Date:   Fri Dec 15 08:43:20 2023 -0700

    APIGOV-26852 - add tls config to kong client (#56)

    * add ssl config settings

    * docs

    * fix test

    * validte tls config

    * helm chart updates

    * handle npe

    * remove test that is not needed

commit 37dc140
Author: Dragos Gabriel Ghinea <[email protected]>
Date:   Thu Dec 14 12:08:16 2023 +0200

    APIGOV-26869 - filter enhancement/fix (#55)

    * filter enhancement/fix

    * add readme changes

commit 672c065
Author: dfeldick <[email protected]>
Date:   Wed Dec 13 15:52:03 2023 -0700

    APIGOV-26871 - update golang

commit bbdd60a
Author: Jason Collins <[email protected]>
Date:   Tue Dec 12 07:37:54 2023 -0700

    INT - update deps (#54)

    * INT - update deps

    * add lock in test to avoid negative waitgroup

commit ff8c0fe
Author: Jason Collins <[email protected]>
Date:   Mon Dec 11 08:56:49 2023 -0700

    APIGOV-26727 - fix issues found in testing from testing (#53)

    * fix issues from testing

    * stop deleting agent resource on stop

    * remove commented code

commit 8077354
Author: Dragos Gabriel Ghinea <[email protected]>
Date:   Fri Dec 8 18:08:16 2023 +0200

    APIGOV-26780 - acl plugin changes (#50)

    * acl plugin changes

    * MR issues

    * MR fixes (by actually following the ticket this time)

    * gitignore change

    * readme updates

    * MR issues + config fix + default discovery yaml

    * readme updates

    * extra readme update

    * helm fixes + rename disabled + MR issues

    * remove hasACL

    * change info to debug

    * traceability helm update

    * remove discovery yaml file

commit af42a02
Author: Jason Collins <[email protected]>
Date:   Thu Dec 7 07:26:38 2023 -0700

    INT - add unit tests (#51)

commit 8295680
Author: Jason Collins <[email protected]>
Date:   Wed Dec 6 10:22:35 2023 -0700

    APIGOV-26782 - update proxy settings (#49)

    * update config for proxy settings

    * use the new config

    * tests for routes

    * update readme and helm chart

    * add tests and handle case of no endpoints

    * update from review

    * update

    * update config val

    * update readme

    * use value instead of number

commit 696e2d5
Author: Jason Collins <[email protected]>
Date:   Tue Dec 5 07:04:01 2023 -0700

    APIGOV-26692 - config updates and tests (#48)

    * config updates and tests

    * remove comment

    * move discovery agent packages in new discovery package

    * fix gitignore to update trace agent yaml

    * fix location of files

    * add action that uploads helm chart to tag

    * update action

    * actions

    * remove dir on archive

    * update readme

commit c57fbee
Author: Jason Collins <[email protected]>
Date:   Mon Dec 4 12:25:20 2023 -0700

    use the service name as the kong proxy id (#47)

commit 1ac30e6
Author: Jason Collins <[email protected]>
Date:   Fri Dec 1 12:44:52 2023 -0700

    APIGOV-26694 - send in metric detail for each received transaction (#41)

    * updates for using metrics

    * update func name

    * updates for tests

    * updates for test coverage

    * update deps

    * add non-verbose target for test execution

    * add wait group to tests

    * use new sdk changes for sending events on shutdown

    * update deps

    * use local interface for metric collector

    * updates for helm charts

    * make consumer tags an interface

    * use statefulset for ta

    * update

    * logic fix

    * fixes from teting

    * remove old files

    * remove old files

    * remove unused vars from yaml

    * add s3 sync docs

    * update stage

    * fix consumer metrics

    * more readme updates

    * fix quota tests

    * update dep

    * update appVersion

    * add note and typos

commit cf2ea55
Author: Dragos Gabriel Ghinea <[email protected]>
Date:   Thu Nov 30 19:17:28 2023 +0200

    APIGOV-26652 - Kong admin api security enhancements (#42)

    * use proxy admin-api route

    * undo unnecessary changes to ParseProperties

    * refactor tls config

    * change port to ports + (wip) helm updates

    * Squashed commit of the following:

    commit 509f41c
    Author: Jason Collins <[email protected]>
    Date:   Tue Nov 21 08:23:27 2023 -0700

        APIGOV-26695 - update the handling and creation of api transactions for the kong agent (#40)

        * update deps

        * some refactoring for event handling

        * do not commit debug bin files

        * use server mux

        * refactor processing

        * reorganize traceability agent files

        * reorg code

        * update deps

        * Fix CRDs creation + fix credential de-provisioning + logging (#39)

        * APIGOV-26709 + APIGOV-26718

        * fix plugins test

        * more credential logging

        * change debug to info log

        * solve log issues

        * code review

        ---------

        Co-authored-by: Dragos Gabriel Ghinea <[email protected]>

    commit a129ec2
    Merge: 578441a 0291b2b
    Author: Alin Rosca <[email protected]>
    Date:   Tue Nov 21 17:17:16 2023 +0200

        Merge pull request #36 from Axway/APIGOV-26621

        APIGOV-26621 - Get spec from dev portal

    commit 0291b2b
    Merge: d3e88f0 578441a
    Author: Alin Rosca <[email protected]>
    Date:   Tue Nov 21 17:12:58 2023 +0200

        Merge branch 'main' into APIGOV-26621

    commit d3e88f0
    Author: Alin Rosca <[email protected]>
    Date:   Tue Nov 21 17:10:02 2023 +0200

        APIGOV-26621 fix PR comms

    commit 15ffe60
    Author: Alin Rosca <[email protected]>
    Date:   Fri Nov 17 11:21:44 2023 +0200

        APIGOV-26621 get spec from dev portal

    commit b7934b6
    Merge: a181051 1187f08
    Author: Alin Rosca <[email protected]>
    Date:   Fri Nov 17 11:00:50 2023 +0200

        Merge branch 'main' into APIGOV-26621

    commit a181051
    Author: Alin Rosca <[email protected]>
    Date:   Tue Nov 14 16:43:52 2023 +0200

        APIGOV-26621 fix PR comms

    commit 690002c
    Merge: 6a447cb b4fe37b
    Author: Alin Rosca <[email protected]>
    Date:   Tue Nov 14 15:20:06 2023 +0200

        Merge branch 'APIGOV-26463' into APIGOV-26621

    commit 6a447cb
    Author: Alin Rosca <[email protected]>
    Date:   Tue Nov 14 15:19:17 2023 +0200

        APIGOV-26621 get spec from local

    * add sample env vars + helm configs + MR issues

    * modify sample env vars

    * revert to original config format + helm fixes

    * another one

    * readme updates

    * another one

    * camelCase issue

    * remove route path and assume full admin api url is
    always provided

    * remove routepath from readme

    * remove unnecessary helm values

    * change default proxy ports to 0

    * merge issues

    * case issue

    ---------

    Co-authored-by: Jason Collins <[email protected]>
    Co-authored-by: Jason Collins <[email protected]>

commit 1262c18
Author: Dragos Gabriel Ghinea <[email protected]>
Date:   Thu Nov 30 18:00:55 2023 +0200

    add discovery filter config (#46)

    * initial filter

    * filter services

    * filter updates

    * reformat filter prop description

    ---------

    Co-authored-by: Jason Collins <[email protected]>

commit c1f7fbe
Author: Dragos Gabriel Ghinea <[email protected]>
Date:   Thu Nov 30 17:45:53 2023 +0200

    Discover all routes of a service, with routes equal to stages (#45)

    * fix

    * add extra log

    * add credential logs

    * MR issues

    * use multiple routes as stages

    * extra readme

    * extra extra readme

commit 0c9cc6a
Author: Jason Collins <[email protected]>
Date:   Mon Nov 27 13:52:23 2023 -0700

    INT - doc updates (#44)

    * INT - doc updates

    * INT - line feeds

    * add comma
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants