summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorShreyas Kalyan <shreyas.kalyan@10gen.com>2020-12-01 22:54:43 -0800
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-12-03 21:15:09 +0000
commitd5f5bf69042dbef818e2d0adf84799a6a6d33aa9 (patch)
treec77abb53593d5a151b06812b93cafc57aa38e652 /docs
parentbf24f1f030babb64e7e14c08ac80203c0fec5d34 (diff)
downloadmongo-d5f5bf69042dbef818e2d0adf84799a6a6d33aa9.tar.gz
SERVER-52949 Create a top level table of contents pointing to all of the arch guides
Diffstat (limited to 'docs')
-rw-r--r--docs/security_guide.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/security_guide.md b/docs/security_guide.md
new file mode 100644
index 00000000000..6df315a9f82
--- /dev/null
+++ b/docs/security_guide.md
@@ -0,0 +1,6 @@
+# Links to Security Architecture Guide
+
+- [Identity and Access Management](https://github.com/mongodb/mongo/blob/master/src/mongo/db/auth/README.md)
+- [TLS](https://github.com/mongodb/mongo/blob/master/src/mongo/util/net/README.md)
+- [FTDC](https://github.com/mongodb/mongo/blob/master/src/mongo/db/ftdc/README.md)
+- [Free Monitoring](https://github.com/mongodb/mongo/blob/master/src/mongo/db/free_mon/README.md)