Skip to content

Commit

Permalink
WIP: Adding workflow for jwt plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
rspurgeon committed Jul 26, 2023
1 parent 22f16a9 commit 21452c2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
13 changes: 9 additions & 4 deletions platform/kong/consumers/consumers.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
consumers:
- username: dfreese
- username: jdoe
- username: jsmith

- username: dfreese
groups:
- name: platinum
- username: jdoe
groups:
- name: gold
- username: jsmith
groups:
- name: silver
14 changes: 4 additions & 10 deletions platform/kong/consumers/groups.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
consumer_groups:
- name: silver
consumers:
- jdoe
- name: gold
consumers:
- jsmith
- name: platinum
consumers:
- dfreese
- name: lifetime
- name: gold
- name: lifetime
- name: platinum
- name: silver

0 comments on commit 21452c2

Please sign in to comment.