Skip to content

Commit 116e101

Browse files
authored
Merge pull request grpc#22822 from grpc/zhen_core_test_improvement_12
add comments to avoid future use of hard-coded creds
2 parents 4efeb8f + 6cf7303 commit 116e101

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/core/end2end/data/ssl_test_data.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
#ifndef GRPC_TEST_CORE_END2END_DATA_SSL_TEST_DATA_H
2020
#define GRPC_TEST_CORE_END2END_DATA_SSL_TEST_DATA_H
2121

22+
// These credentials are hardcoded as char arrays and are hence considered to
23+
// be deprecated. Please consider using credentials in
24+
// "src/core/tsi/test_creds" instead.
25+
2226
extern const char test_root_cert[];
2327
extern const char test_server1_cert[];
2428
extern const char test_server1_key[];

0 commit comments

Comments
 (0)