You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2020/09/07 20:04:37 UTC

[incubator-ponymail-foal] 09/10: tweak some names to match code

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

commit 83b5836da8279200b49cecfd285c525333438479
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Mon Sep 7 22:03:44 2020 +0200

    tweak some names to match code
---
 tools/mappings.yaml | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/tools/mappings.yaml b/tools/mappings.yaml
index bd2b7b5..8828396 100644
--- a/tools/mappings.yaml
+++ b/tools/mappings.yaml
@@ -11,17 +11,13 @@ account:
           type: object
         email:
           type: keyword
-        fullname:
+        name:
           type: keyword
         uid:
           type: keyword
     internal:
       properties:
-        cookie:
-          type: keyword
-        ip:
-          type: keyword
-        oauth_used:
+        oauth_provider:
           type: keyword
         oauth_data:
           type: object