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

sebb 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 0511519  Add some missing account properties
0511519 is described below

commit 05115196b02934aa20adf502305ca373b179c65a
Author: Sebb <[email protected]>
AuthorDate: Sun Dec 12 17:06:44 2021 +0000

    Add some missing account properties
---
 tools/mappings.yaml | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/tools/mappings.yaml b/tools/mappings.yaml
index 0958d2a..e16e945 100644
--- a/tools/mappings.yaml
+++ b/tools/mappings.yaml
@@ -16,10 +16,22 @@ account:
           type: keyword
     internal:
       properties:
+        admin:
+          type: boolean
+        oauth_data:
+          properties:
+            authoritative:
+              type: keyword
+            email:
+              type: keyword
+            name:
+              type: keyword
+            oauth_domain:
+              type: keyword
+            uid:
+              type: keyword
         oauth_provider:
           type: keyword
-        oauth_data:
-          type: object
     request_id:
       type: keyword
 attachment:

Reply via email to