Skip to content

Commit f06d7b5

Browse files
authored
Merge pull request #112530 from MikeDodaro/securityControls
Security controls draft
2 parents 23c6812 + b755799 commit f06d7b5

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

articles/security/fundamentals/security-controls.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Built-in security control articles are available for the following services:
2828
- [Azure Service Bus Messaging](../../service-bus-messaging/service-bus-messaging-security-controls.md)
2929
- [Azure Service Bus Relay](../../service-bus-relay/service-bus-relay-security-controls.md)
3030
- [Azure Service Fabric](../../service-fabric/service-fabric-security-controls.md)
31+
- [Azure Spring Cloud](../../spring-cloud/spring-cloud-concept-security-controls.md)
3132
- [Azure SQL Database](../../sql-database/sql-database-security-controls.md)
3233
- [Azure Virtual Machine Scale Sets](../../virtual-machine-scale-sets/virtual-machine-scale-sets-security-controls.md)
3334
- [Linux Virtual Machines](../../virtual-machines/linux/virtual-machines-linux-security-controls.md)
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: Concept - Security controls for Azure Spring Cloud Service
3+
description: Use security controls built-in into Azure Spring Cloud Service.
4+
author: MikeDodaro
5+
ms.author: brendm
6+
ms.service: spring-cloud
7+
ms.topic: conceptual
8+
ms.date: 04/23/2020
9+
---
10+
11+
# Security controls for Azure Spring Cloud Service
12+
Security controls are built-in into Azure Spring Cloud Service.
13+
14+
A security control is a quality or feature of an Azure service that contributes to the service's ability to prevent, detect, and respond to security vulnerabilities. For each control, we use *Yes* or *No* to indicate whether it is currently in place for the service. We use *N/A* for a control that is not applicable to the service.
15+
16+
**Data protection security controls**
17+
18+
| Security control | Yes/No | Notes | Documentation |
19+
|:-----------:|:--------:|:-------------------------------:|:-------------------:|
20+
| Server-side encryption at rest: Microsoft-managed keys | Yes | User uploaded source and artifacts, config server settings, app settings and data in persistent storage are stored in Azure Storage, which automatically encrypts the content at rest. ~~~ Config server cache, runtime binaries built from uploaded source, and application logs during the application lifetime are saved to Azure Managed Disk, which automatically encrypts the content at rest. ~~~ Container images built from user uploaded source are saved in Azure Container Registry, which automatically encrypts the image content at rest. | [Azure Storage encryption for data at rest](https://docs.microsoft.com/azure/storage/common/storage-service-encryption) ~~~ [Server-side encryption of Azure managed disks](https://docs.microsoft.com/azure/virtual-machines/linux/disk-encryption) ~~~ [Container image storage in Azure Container Registry](https://docs.microsoft.com/azure/container-registry/container-registry-storage) |
21+
| Encryption in transient | Yes | User app public endpoints use HTTPS for inbound traffic by default. | |
22+
| API calls encrypted | Yes | Management calls to configure Azure Spring Cloud service occur via Azure Resource Manager calls over HTTPS. | [Azure Resource Manager](https://docs.microsoft.com/azure/azure-resource-manager/) |
23+

articles/spring-cloud/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
href: spring-cloud-quotas.md
4343
- name: Understanding metrics in Azure Spring Cloud
4444
href: spring-cloud-concept-metrics.md
45+
- name: Security controls for Azure Spring Cloud Service
46+
href: spring-cloud-concept-security-controls.md
4547
- name: Understanding app status in Azure Spring Cloud
4648
href: spring-cloud-concept-app-status.md
4749
- name: Plan for disaster recovery

0 commit comments

Comments
 (0)