Skip to content

Commit

Permalink
Policies: fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: Eloy Coto <[email protected]>
  • Loading branch information
eloycoto committed Feb 28, 2020
1 parent 3616bc4 commit 44b6910
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 #1163](https://github.com/3scale/APIcast/pull/1163)

## [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)

Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion gateway/src/apicast/policy/http_proxy/apicast-policy.json
Original file line number Diff line number Diff line change
@@ -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 ",
Expand Down

0 comments on commit 44b6910

Please sign in to comment.