Skip to content

Commit

Permalink
Merge pull request #10 from subicura/add-cors-plugin
Browse files Browse the repository at this point in the history
Add CORS plugin
  • Loading branch information
Ashon authored Jun 3, 2018
2 parents a7d70b6 + aa19e2c commit 0fde97e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions k8s/kong-ingress/02_ingress-plugin__cors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: configuration.konghq.com/v1
kind: KongPlugin
metadata:
name: cors-plugin
config:
origins: "*"
methods: "GET,PUT,PATCH,POST,DELETE"

0 comments on commit 0fde97e

Please sign in to comment.