From f5fd1fd024e7677811b84a2998f911d0321295f1 Mon Sep 17 00:00:00 2001 From: Austin Cunningham Date: Wed, 8 May 2019 13:41:46 +0100 Subject: [PATCH] added application security to the services page --- _data/services.yml | 14 +++++++++++++- services/app-security/index.html | 7 +++++++ services/device-security/index.html | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 services/app-security/index.html diff --git a/_data/services.yml b/_data/services.yml index f4c5d45f..a85abc12 100644 --- a/_data/services.yml +++ b/_data/services.yml @@ -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/ @@ -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: diff --git a/services/app-security/index.html b/services/app-security/index.html new file mode 100644 index 00000000..05535838 --- /dev/null +++ b/services/app-security/index.html @@ -0,0 +1,7 @@ +--- +layout: index +title: Device Security +section: mobile-services +--- + +{% include services-landing.html service="app-security" %} \ No newline at end of file diff --git a/services/device-security/index.html b/services/device-security/index.html index 2cb6ad62..f44d68dc 100644 --- a/services/device-security/index.html +++ b/services/device-security/index.html @@ -4,4 +4,4 @@ section: mobile-services --- -{% include services-landing.html service="security" %} +{% include services-landing.html service="device-security" %}