Skip to content

Commit

Permalink
Rename policies from cc to apk
Browse files Browse the repository at this point in the history
  • Loading branch information
sgayangi committed Jul 2, 2024
1 parent 0a59e76 commit 6c11e76
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"category": "Mediation",
"version": "v2",
"displayName": "Add Header",
"name": "ccAddHeader",
"name": "apkAddHeader",
"description": "This policy allows you to add a new header to the request",
"policyAttributes": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"category": "Mediation",
"name": "ccCallInterceptorService",
"name": "apkCallInterceptorService",
"version": "v1",
"displayName": "Call Interceptor Service",
"description": "This policy allows you to call an interceptor service for a request message",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"category": "Mediation",
"name": "ccMirrorRequest",
"name": "apkMirrorRequest",
"version": "v1",
"displayName": "Mirror Request",
"description": "This policy allows you to mirror a request to various URLs",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"category": "Mediation",
"name": "ccRedirectRequest",
"name": "apkRedirectRequest",
"version": "v1",
"displayName": "Redirect Request",
"description": "This policy allows you to redirect a request",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"category": "Mediation",
"name": "ccRemoveHeader",
"name": "apkRemoveHeader",
"version": "v2",
"displayName": "Remove Header",
"description": "This policy allows you to remove a header from the request",
Expand Down

0 comments on commit 6c11e76

Please sign in to comment.