Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

added application security to the services page #783

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion _data/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ ci:
documentation: https://docs.aerogear.org/aerogear/latest/mobile-cicd.html
github: https://github.com/aerogearcatalog/aerogear-digger-apb

security:
device-security:
name: Device Security
icon: security
link: /services/device-security/
Expand All @@ -73,3 +73,15 @@ security:
- Distribute SSL certificates with a mobile app to create a direct chain of trust (certificate pinning) for Android
documentation: https://docs.aerogear.org/aerogear/latest/device-security.html
github:

app-security:
name: Application Security
icon: lock
link: /services/app-security/
description: Easily configure and manage application security
features:
- Allows you to connect to the bound mobile security service on OpenShift
- Can be use by a security administrator to enable or disable applications
- Returns a message from the mobile security service which can be used by a developer to inform a user that the application has been disabled.
documentation: https://docs.aerogear.org/aerogear/latest/app-security.html
github:
7 changes: 7 additions & 0 deletions services/app-security/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: index
title: Device Security
section: mobile-services
---

{% include services-landing.html service="app-security" %}
2 changes: 1 addition & 1 deletion services/device-security/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
section: mobile-services
---

{% include services-landing.html service="security" %}
{% include services-landing.html service="device-security" %}