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 95a4286  account.internal.oauthdata depends on provider
95a4286 is described below

commit 95a4286ee35fa68d2ed45cb3bf438a1bd3fa90a6
Author: Sebb <[email protected]>
AuthorDate: Wed Dec 15 12:11:24 2021 +0000

    account.internal.oauthdata depends on provider
---
 tools/mappings.yaml | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

diff --git a/tools/mappings.yaml b/tools/mappings.yaml
index 81a8697..4d91b0e 100644
--- a/tools/mappings.yaml
+++ b/tools/mappings.yaml
@@ -19,17 +19,8 @@ account:
         admin:
           type: boolean
         oauth_data:
-          properties:
-            authoritative:
-              type: keyword
-            email:
-              type: keyword
-            name:
-              type: keyword
-            oauth_domain:
-              type: keyword
-            uid:
-              type: keyword
+          dynamic: true  # internal oauth_data depends on provider
+          type: object
         oauth_provider:
           type: keyword
     request_id:

Reply via email to