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

AppDynamics Plugin #5354

Open
2 tasks done
HimaruKitaro opened this issue Mar 28, 2023 · 1 comment
Open
2 tasks done

AppDynamics Plugin #5354

HimaruKitaro opened this issue Mar 28, 2023 · 1 comment

Comments

@HimaruKitaro
Copy link

HimaruKitaro commented Mar 28, 2023

Where is the problem?

Source: https://docs.konghq.com/hub/kong-inc/app-dynamics/

SSL can be configured using KONG_APPD_CONTROLLER_USE_SSL environment variable. However, there is no way to set the SSL directory and filename thus we assume it will take the default certificate of the OS "/etc/pki/tls/certs/ca-bundle.crt". However upon onboarding the plugins using the environment below, we encounter an SSL handshake error.

export LD_LIBRARY_PATH=${LIBRARY_PATH}
export KONG_APPD_CONTROLLER_HOST = ${APPD_HOST}
export KONG_APPD_CONTROLLER_PORT = 443
export KONG_APPD_CONTROLLER_ACCOUNT = ${APPD_ACCOUNT}
export KONG_APPD_CONTROLLER_ACCESS_KEY = ${APPD_ACCESSKEY}
export KONG_APPD_APP_NAME = ${APPNAME}
export KONG_APPD_TIER_NAME = ${TIERNAME}
export KONG_APPD_NODE_NAME = ${NODENAME}
export KONG_APPD_LOGGING_LEVEL = 0
export KONG_APPD_LOGGING_LOG_DIR = ${LOG_PATH}

What is your suggestion?

I suggest to include the option for certificate particularly for on-premise environment that requires certs to post metrics in AppDynamics controller.

Code of Conduct and Community Expectations

  • I agree to follow this project's Code of Conduct
  • I agree to abide by the Community Expectations
@Rajakavitha1
Copy link
Contributor

Hi @HimaruKitaro, you may want to check this https://support.konghq.com/support/s/article/How-to-setup-Kong-to-serve-an-SSL-certificate-for-API-requests . Hope this resolves the issue.

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

No branches or pull requests

2 participants