Skip to content

Commit

Permalink
policy/apicast: add json manifest
Browse files Browse the repository at this point in the history
Without a manifest, it will not show up in the policies endpoint.
  • Loading branch information
davidor committed Feb 16, 2018
1 parent 36d9c6f commit 7d9bf80
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions gateway/src/apicast/policy/apicast/apicast-policy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"$schema": "http://apicast.io/policy-v1/schema#manifest#",
"name": "APIcast policy",
"description": "Main functionality of APIcast.",
"version": "0.1",
"configuration": {
"type": "object",
"properties": { }
}
}

0 comments on commit 7d9bf80

Please sign in to comment.