-
RBAC = role-based access control
https://en.wikipedia.org/wiki/Role-based_access_control
-
OPAL = “Opal Storage Specification” — a specification for self-encrypting drives
https://en.wikipedia.org/wiki/Opal_Storage_Specification
-
http-console — a REPL loop for HTTP
cloudhead/http-console · GitHub REPL = “read–eval–print loop“: A read–eval–print loop (REPL) is a simple, interactive computer programming environment. The term is most usually used to refer to a Lisp interactive environment, but can be applied to command line shells and similar environments for programming languages such as …