mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-01 21:55:50 +00:00
This commit migrates the Software Bill Of Materials (SBOM) page added to the Enterprise docs with https://github.com/scylladb/scylla-enterprise/pull/5067. The only difference is the link to the SBOM files - it was Enterprise SBOM in the Enterprise docs, while here is a link to the ScyllaDB SBOM. It's a follow-up of migration to Source Avalable and should be backported to all Source Available versions - 2025.1 and later. Fixes https://github.com/scylladb/scylladb/issues/24730 Closes scylladb/scylladb#24735
66 lines
2.4 KiB
ReStructuredText
66 lines
2.4 KiB
ReStructuredText
Security
|
|
========
|
|
|
|
.. toctree::
|
|
:hidden:
|
|
|
|
security-checklist
|
|
authentication
|
|
runtime-authentication
|
|
create-superuser
|
|
gen-cqlsh-file
|
|
Reset Authenticator Password </troubleshooting/password-reset>
|
|
enable-authorization
|
|
authorization
|
|
certificate-authentication
|
|
rbac-usecase
|
|
auditing
|
|
client-node-encryption
|
|
node-node-encryption
|
|
generate-certificate
|
|
saslauthd
|
|
encryption-at-rest
|
|
ldap-authentication
|
|
ldap-authorization
|
|
sbom
|
|
.. panel-box::
|
|
:title: Security
|
|
:id: "getting-started"
|
|
:class: my-panel
|
|
|
|
* :doc:`ScyllaDB Security Checklist </operating-scylla/security/security-checklist/>`
|
|
* :doc:`ScyllaDB Auditing Guide </operating-scylla/security/auditing/>`
|
|
|
|
.. panel-box::
|
|
:title: Authentication and Authorization
|
|
:id: "getting-started"
|
|
:class: my-panel
|
|
|
|
* :doc:`Enable Authentication </operating-scylla/security/authentication/>`
|
|
* :doc:`Enable and Disable Authentication Without Downtime </operating-scylla/security/runtime-authentication/>`
|
|
* :doc:`Creating a Custom Superuser </operating-scylla/security/create-superuser/>`
|
|
* :doc:`Generate a cqlshrc File <gen-cqlsh-file>`
|
|
* :doc:`Enable Authorization</operating-scylla/security/enable-authorization/>`
|
|
* :doc:`Role Based Access Control (RBAC) </operating-scylla/security/rbac-usecase/>`
|
|
* :doc:`Grant Authorization CQL Reference </operating-scylla/security/authorization/>`
|
|
* :doc:`Reset Authenticator Password </troubleshooting/password-reset/>`
|
|
* :doc:`Certificate Based Authentication </operating-scylla/security/certificate-authentication/>`
|
|
|
|
.. panel-box::
|
|
:title: Encryption
|
|
:id: "getting-started"
|
|
:class: my-panel
|
|
|
|
* :doc:`Encryption: Data in Transit Client to Node </operating-scylla/security/client-node-encryption/>`
|
|
* :doc:`Encryption: Data in Transit Node to Node </operating-scylla/security/node-node-encryption/>`
|
|
* :doc:`Generating a self-signed Certificate Chain Using openssl </operating-scylla/security/generate-certificate/>`
|
|
* :doc:`Encryption at Rest </operating-scylla/security/encryption-at-rest>`
|
|
|
|
Also check out the `Security Features lesson <https://university.scylladb.com/courses/scylla-operations/lessons/security-features/topic/security-features/>`_ on ScyllaDB University.
|
|
|
|
.. panel-box::
|
|
:title: Software Bill Of Materials (SBOM)
|
|
:id: "getting-started"
|
|
:class: my-panel
|
|
|
|
* :doc:`Software Bill Of Materials (SBOM) </operating-scylla/security/sbom/>` |