Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Cloud Security Automation

You're reading from   Cloud Security Automation Get to grips with automating your cloud security on AWS and OpenStack

Arrow left icon
Product type Paperback
Published in Mar 2018
Publisher Packt
ISBN-13 9781788627863
Length 334 pages
Edition 1st Edition
Tools
Arrow right icon
Author (1):
Arrow left icon
Prashant Priyam Prashant Priyam
Author Profile Icon Prashant Priyam
Prashant Priyam
Arrow right icon
View More author details
Toc

Table of Contents (11) Chapters Close

Preface 1. Introduction to Cloud Security FREE CHAPTER 2. Understanding the World of Cloud Automation 3. Identity and Access Management in the Cloud 4. Cloud Network Security 5. Cloud Storage and Data Security 6. Cloud Platform Security 7. Private Cloud Security 8. Automating Cloud Security 9. Cloud Compliance 10. Other Books You May Enjoy

Message queue 


Message queue is the backbone of OpenStack. It's used to provide interprocess communication in OpenStack. There are multiple message queuing services such as RabbitMQ and Apache Qpid.

RabbitMQ and Qpid both work on AMQP for interprocess communication. Message queue is used to decouple the architecture.

The best part about message queues in OpenStack is, after permitting queue access, there is no additional authorization check that happens. Services accessible using message queue only validate the token within the actual message payload. Here, one must consider the token expiration time. Because queues can be replayed and they also authorize other services in the infrastructure.

In the OpenStack message, signing is not available. For high availability configuration, one must have complete queue-to-queue authentication and encryption.

Now, let's see the way to secure the message queue or AMQP:

  • AMQP services such as RabbitMQ and Qpid both support TLS. So, we must enable TLS-based...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image