Class AmazonMskConstants


  • public class AmazonMskConstants
    extends Object
    • Field Detail

      • CERTIFICATES_S3_REFERENCE

        public static final String CERTIFICATES_S3_REFERENCE
        For SSL authentication, user need to give S3 bucket reference where the client truststore and keystore files are uploaded.
        See Also:
        Constant Field Values
      • AUTH_TYPE

        public static final String AUTH_TYPE
        This is the type of authentication client has set for the cluster
        See Also:
        Constant Field Values
      • TEMP_DIR

        public static final String TEMP_DIR
        This is temp folder where the certificates from S3 will be downloaded
        See Also:
        Constant Field Values
      • SECRET_MANAGER_MSK_CREDS_NAME

        public static final String SECRET_MANAGER_MSK_CREDS_NAME
        This is secret manager key reference
        See Also:
        Constant Field Values
      • AWS_SECRET_USERNAME

        public static final String AWS_SECRET_USERNAME
        For scram authentication, we need to fetch the credentials from secrets manager and append to the property file
        See Also:
        Constant Field Values