This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 31bf348  Add internal oauth data field for dictionaries passed along 
from oauth
31bf348 is described below

commit 31bf3486978927d082f278e805e370e859975ee8
Author: Daniel Gruno <[email protected]>
AuthorDate: Wed Aug 26 11:48:23 2020 +0200

    Add internal oauth data field for dictionaries passed along from oauth
    
    This could be used for AAA, as the oauth origin may hold information about 
which lists the user should have access to.
---
 tools/mappings.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/mappings.yaml b/tools/mappings.yaml
index 603fc96..ca9a84d 100644
--- a/tools/mappings.yaml
+++ b/tools/mappings.yaml
@@ -20,6 +20,8 @@ account:
           type: keyword
         oauth_used:
           type: keyword
+        oauth_data:
+          type: object
     request_id:
       type: keyword
 attachment:

Reply via email to