Unverified Commit ee20aeba authored by Mahesh Kumar Gangula's avatar Mahesh Kumar Gangula Committed by GitHub
Browse files

Merge pull request #1711 from project-sunbird/SB-29785

SB 29785 -  fix: bad char remove for RC certificate issue
Showing with 2 additions and 0 deletions
+2 -0
......@@ -121,6 +121,7 @@ collection_certificate_generator_parallelism: 1
collection_certificate_generator_enable_suppress_exception: "{{ enable_suppress_exception | lower }}"
collection_certificate_generator_enable_rc_certificate: "{{ enable_rc_certificate | lower }}"
collection_certificate_pre_processor_enable_suppress_exception: "{{ enable_suppress_exception | lower }}"
collection_certificate_generator_rc_badcharlist: ["\x00","\\aaa","Ø","Ý"]
registry_sunbird_keyspace: "sunbird"
cert_registry_table: "cert_registry"
......
......@@ -739,6 +739,7 @@ collection-certificate-generator:
}
enable.suppress.exception = {{ collection_certificate_generator_enable_suppress_exception | lower }}
enable.rc.certificate = {{ collection_certificate_generator_enable_rc_certificate | lower }}
task.rc.badcharlist : {{ collection_certificate_generator_rc_badcharlist }}
flink-conf: |+
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment