Skip to content

Commit

Permalink
Update configuration and security for AM 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhwaniartefact committed Oct 6, 2023
1 parent 17f12ca commit 90f5e04
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions admin-manual/security/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -468,9 +468,9 @@ This will create a new :file:`/etc/ssl/certs/ca-certificates.crt` file.
.. _django-auth-infra: https://docs.djangoproject.com/en/2.0/topics/auth/customizing/#authentication-backends
.. _am-gh-issues: https://github.com/artefactual/archivematica/issues
.. _am-google-groups: https://groups.google.com/forum/#!forum/archivematica
.. _am-dashboard-config: https://github.com/artefactual/archivematica/blob/stable/1.14.x/src/dashboard/install/README.md
.. _am-ldap-auth-mod: https://github.com/artefactual/archivematica/blob/stable/1.14.x/src/dashboard/src/settings/components/ldap_auth.py
.. _am-shib-auth-mod: https://github.com/artefactual/archivematica/blob/stable/1.14.x/src/dashboard/src/settings/components/shibboleth_auth.py
.. _am-dashboard-config: https://github.com/artefactual/archivematica/blob/stable/1.15.x/src/dashboard/install/README.md
.. _am-ldap-auth-mod: https://github.com/artefactual/archivematica/blob/stable/1.15.x/src/dashboard/src/settings/components/ldap_auth.py
.. _am-shib-auth-mod: https://github.com/artefactual/archivematica/blob/stable/1.15.x/src/dashboard/src/settings/components/shibboleth_auth.py
.. _ldap: https://en.wikipedia.org/wiki/Lightweight_Directory_Access_Protocol
.. _shibboleth: https://www.shibboleth.net/
.. _oidc: https://openid.net/connect/
Expand All @@ -479,10 +479,10 @@ This will create a new :file:`/etc/ssl/certs/ca-certificates.crt` file.
.. _requests: https://requests.readthedocs.io/en/master/
.. _requests-cas: https://requests.readthedocs.io/en/master/user/advanced/#ca-certificates
.. _elasticsearch-security-external: https://www.elastic.co/guide/en/x-pack/current/elasticsearch-security.html
.. _ss-config: https://github.com/artefactual/archivematica-storage-service/blob/stable/0.20.x/install/README.md
.. _ss-config: https://github.com/artefactual/archivematica-storage-service/blob/stable/0.21.x/install/README.md
.. _mozilla-django-oidc-docs: https://mozilla-django-oidc.readthedocs.io/en/stable/
.. _django-csp-docs: https://django-csp.readthedocs.io/en/latest/
.. _django-https-settings: https://docs.djangoproject.com/en/1.8/topics/security/#ssl-https
.. _django-session-settings: https://docs.djangoproject.com/en/1.8/topics/http/sessions/#settings
.. _am-prod-settings: https://github.com/artefactual/archivematica/blob/stable/1.14.x/src/dashboard/src/settings/production.py
.. _ss-prod-settings: https://github.com/artefactual/archivematica-storage-service/blob/stable/0.20.x/storage_service/storage_service/settings/production.py
.. _am-prod-settings: https://github.com/artefactual/archivematica/blob/stable/1.15.x/src/dashboard/src/settings/production.py
.. _ss-prod-settings: https://github.com/artefactual/archivematica-storage-service/blob/stable/0.21.x/storage_service/storage_service/settings/production.py
8 changes: 4 additions & 4 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@
# built documents.
#
# The short X.Y version.
version = '1.14'
version = '1.15'
# The full version, including alpha/beta/rc tags.
release = '1.14.1'
release = '1.15.0'

rst_epilog = """
.. |previous_version| replace:: 1.13
.. |previous_release| replace:: 1.13.2
.. |previous_version| replace:: 1.14
.. |previous_release| replace:: 1.14.1
"""

# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down

0 comments on commit 90f5e04

Please sign in to comment.