Merge pull request #722 from aquasecurity/aqua-update

Aqua update
This commit is contained in:
Raúl Sánchez 2018-01-18 15:12:13 +01:00 committed by GitHub
commit 666a687a3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 43 additions and 4 deletions

View File

@ -8,6 +8,4 @@ Aquas comprehensive, purpose-built platform for container security provides f
- **User Access Control:** Fine-grained access control that enforces role-based access privileges at the container level.with full end-user accountability. - **User Access Control:** Fine-grained access control that enforces role-based access privileges at the container level.with full end-user accountability.
- **Auditing & Compliance:** Track and audit events in your containerized applications, with real-time logging of granular event data and SIEM integration. - **Auditing & Compliance:** Track and audit events in your containerized applications, with real-time logging of granular event data and SIEM integration.
#### Request a Trial #### Request a Trial
For Hong Kong and Singapore, please contact <a style="font-weight:bold" href="mailto:support@edvancesecurity.com">support@edvancesecurity.com</a></br> For trail please contact <a style="font-weight:bold" href="mailto:contact@aquasec.com">contact@aquasec.com</a>
For China, please contact <a style="font-weight:bold" href="mailto:chinasupport@edvancesecurity.com">chinasupport@edvancesecurity.com</a></br>
For other region, please contact <a style="font-weight:bold" href="mailto:contact@aquasec.com">contact@aquasec.com</a>

View File

@ -0,0 +1,11 @@
# Aqua
Aquas comprehensive, purpose-built platform for container security provides full visibility and control over containerized environments, with tight runtime security controls and intrusion prevention capabilities, at any scale. The platform provides programmatic access to all its functions through an API.
#### Features
- **Continuous Image Assurance:** Scan images for vulnerabilities and malicious behavior, enforce image integrity and permissions from dev to production.
- **Runtime Protection:** Gain real-time visibility into container activity, enforce policies, and detect and prevent configuration errors, exploits and attacks.
- **Docker Security:** Scalable security controls for Docker environments that provide optimal, contextualized hardening and runtime protection.of the entire stack.
- **Network Nano-Segmentation:** Lock down container network activity to permit only legitimate connections in the application context, limiting the "blast radius" in case of an attack.
- **User Access Control:** Fine-grained access control that enforces role-based access privileges at the container level.with full end-user accountability.
- **Auditing & Compliance:** Track and audit events in your containerized applications, with real-time logging of granular event data and SIEM integration.
#### Request a Trial
For trail please contact <a style="font-weight:bold" href="mailto:contact@aquasec.com">contact@aquasec.com</a>

View File

@ -0,0 +1,18 @@
version: '2'
services:
aqua-csp-service:
image: aquasec/csp:2.6.4
hostname: aqua-csp
environment:
BATCH_INSTALL_ENFORCE_MODE: n
BATCH_INSTALL_GATEWAY: csp
BATCH_INSTALL_NAME: default
BATCH_INSTALL_TOKEN: aqua-csp
SCALOCK_GATEWAY_NAME: csp
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /tmp/aqua-data:/var/lib/postgresql/data
ports:
- ${console_port}:8080/tcp
- 3622:3622/tcp
user: root

View File

@ -0,0 +1,12 @@
.catalog:
name: "aqua"
version: "2.6.4"
description: "aqua csp 2.6.4"
minimum_rancher_version: v1.1.0
questions:
- variable: console_port
description: "Port of the management console"
label: "Console Port"
type: "int"
required: true
default: "9090"

View File

@ -1,5 +1,5 @@
name: Aqua name: Aqua
description: | description: |
Aqua Container Security Platform Aqua Container Security Platform
version: 2.6.3 version: 2.6.4
category: Security category: Security