Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 816 Bytes

LumaConfig.md

File metadata and controls

23 lines (12 loc) · 816 Bytes

Onepanel.LumaConfig

Properties

Name Type Description Notes
lumaFeed String Type of feed for LUMA DB. Feed is a source of user/group mappings used to populate the LUMA DB. For more info please read: https://onedata.org/#/home/documentation/doc/administering_onedata/luma.html
lumaFeedUrl String URL of external feed for LUMA DB. Relevant only if lumaFeed equals `external`. [optional]
lumaFeedApiKey String API key checked by external service used as feed for LUMA DB. Relevant only if lumaFeed equals `external`. [optional]

Enum: LumaFeedEnum

  • auto (value: "auto")

  • local (value: "local")

  • external (value: "external")