├── GLOSSARY.md ├── LICENSE ├── README.md ├── VISION.md └── accepted ├── 001-docs.md ├── 002-node-authentication-authn.md ├── 003-workload.md └── 010-database.md /GLOSSARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aurae-runtime/architecture/HEAD/GLOSSARY.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aurae-runtime/architecture/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aurae-runtime/architecture/HEAD/README.md -------------------------------------------------------------------------------- /VISION.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aurae-runtime/architecture/HEAD/VISION.md -------------------------------------------------------------------------------- /accepted/001-docs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aurae-runtime/architecture/HEAD/accepted/001-docs.md -------------------------------------------------------------------------------- /accepted/002-node-authentication-authn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aurae-runtime/architecture/HEAD/accepted/002-node-authentication-authn.md -------------------------------------------------------------------------------- /accepted/003-workload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aurae-runtime/architecture/HEAD/accepted/003-workload.md -------------------------------------------------------------------------------- /accepted/010-database.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aurae-runtime/architecture/HEAD/accepted/010-database.md --------------------------------------------------------------------------------