Security Engineering: A Guide to Building Dependable Distributed Systems, Ross J. Anderson, 2020 (John Wiley & Sons) - This comprehensive textbook covers fundamental security concepts including authentication, authorization, access control models (RBAC, ABAC), cryptography, and secure system design, relevant for understanding feature store security.
Attribute-Based Access Control (ABAC) Definition and Considerations, Vincent C. Hu, David F. Ferraiolo, D. Richard Kuhn, and Adrian B. Feldman, 2014NIST Special Publication 800-162 (National Institute of Standards and Technology)DOI: 10.6028/NIST.SP.800-162 - This NIST publication provides a detailed definition and considerations for Attribute-Based Access Control (ABAC), a model for fine-grained authorization in complex systems like feature stores.
Identity and Access Management (IAM) documentation, Google Cloud, 2023 (Google) - Official documentation for Google Cloud IAM, providing practical examples and best practices for implementing cloud-native access control, relevant for integrating feature stores with cloud infrastructure.