adding dashboard chapter section skeletion

Change-Id: Ic540fb22126ed9daef0f457de7b4b43b9a2d2afe
Partial-Implements: blueprint sec-guide-rst
This commit is contained in:
Michael McCune 2015-07-23 12:23:45 -04:00
parent 5602e6ba18
commit 2229704a18
10 changed files with 40 additions and 0 deletions

View File

@ -16,3 +16,16 @@ reading the `Django documentation <https://docs.djangoproject.com/>`__.
The dashboard ships with reasonable default security settings, and has good
`deployment and configuration documentation
<http://docs.openstack.org/developer/horizon/topics/deployment.html>`__.
.. toctree::
:maxdepth: 2
dashboard/domains-dashboard-upgrades-basic-web-server-configuration.rst
dashboard/https-hsts-xss-ssrf.rst
dashboard/front-end-caching-session-back-end.rst
dashboard/static-media.rst
dashboard/secret-key.rst
dashboard/cookies.rst
dashboard/cross-origin-resource-sharing-cors.rst
dashboard/debug.rst
dashboard/case-studies.rst

View File

@ -0,0 +1,3 @@
============
Case studies
============

View File

@ -0,0 +1,3 @@
=======
Cookies
=======

View File

@ -0,0 +1,3 @@
====================================
Cross Origin Resource Sharing (CORS)
====================================

View File

@ -0,0 +1,3 @@
=====
Debug
=====

View File

@ -0,0 +1,3 @@
====================================================================
Domain names, dashboard upgrades, and basic web server configuration
====================================================================

View File

@ -0,0 +1,3 @@
======================================
Front-end caching and session back end
======================================

View File

@ -0,0 +1,3 @@
==========================
HTTPS, HSTS, XSS, and SSRF
==========================

View File

@ -0,0 +1,3 @@
==========
Secret key
==========

View File

@ -0,0 +1,3 @@
============
Static media
============