From 123c4974f7045120d129132546a28694e31fa6e3 Mon Sep 17 00:00:00 2001 From: Eloy Coto Date: Fri, 28 Feb 2020 17:20:39 +0100 Subject: [PATCH] Policies: fix typos Signed-off-by: Eloy Coto --- CHANGELOG.md | 4 +++- .../apicast/policy/default_credentials/apicast-policy.json | 2 +- gateway/src/apicast/policy/http_proxy/apicast-policy.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 180b02385..29eb6eed4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] -### Fixed: +- Fixed naming issues in policies [THREESCALE-4150](https://issues.jboss.org/browse/THREESCALE-4150) [PR #1167](https://github.com/3scale/APIcast/pull/1167) + +## [3.7.0-alpha2] - Check status is bigger than zero on caching policy [THREESCALE-4471](https://issues.jboss.org/browse/THREESCALE-4471) [PR #1163](https://github.com/3scale/APIcast/pull/1163) diff --git a/gateway/src/apicast/policy/default_credentials/apicast-policy.json b/gateway/src/apicast/policy/default_credentials/apicast-policy.json index baaa06cc7..cf1d04ba9 100644 --- a/gateway/src/apicast/policy/default_credentials/apicast-policy.json +++ b/gateway/src/apicast/policy/default_credentials/apicast-policy.json @@ -1,6 +1,6 @@ { "$schema": "http://apicast.io/policy-v1.1/schema#manifest#", - "name": "Anonymous access", + "name": "Anonymous Access", "summary": "Provides default credentials for unauthenticated requests.", "description": ["This policy allows service exposure without authentication. \n", diff --git a/gateway/src/apicast/policy/http_proxy/apicast-policy.json b/gateway/src/apicast/policy/http_proxy/apicast-policy.json index bdca3f49b..217ff8fc9 100644 --- a/gateway/src/apicast/policy/http_proxy/apicast-policy.json +++ b/gateway/src/apicast/policy/http_proxy/apicast-policy.json @@ -1,6 +1,6 @@ { "$schema": "http://apicast.io/policy-v1/schema#manifest#", - "name": "Proxy service", + "name": "Proxy Service", "summary": "Adds an HTTP proxy to the service.", "description": [ "With this policy all the traffic for this service will be routed accross ",