---
title: "What kind of configuration can I store?"
slug: "what-kind-of-configuration-can-i-store"
updated: 2024-09-26T14:42:37Z
published: 2024-09-26T14:42:37Z
canonical: "support.lusid.com/what-kind-of-configuration-can-i-store"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.lusid.com/llms.txt
> Use this file to discover all available pages before exploring further.

# What kind of configuration can I store?

Providing you have sufficient [access control permissions](/v1/docs/setting-up-access-control-for-different-configuration-store-users), you can [upload](/v1/docs/how-do-i-upload-information-to-the-configuration-store) the following kinds of configuration information to the Configuration Store:

- Secrets in obfuscated form. For example, you could store your password for a service such as JIRA or Slack. A secret cannot be revealed by anyone other than you, not even a Configuration Store administrator, or even you if the Block Reveal option is set. A secret must be a string no longer than 2MB.
- Parameters in plain text. For example, you could store a list of email addresses or a JSON document. A parameter must be a string no longer than 2MB.

You can designate any item as a secret, providing it adheres to the 2MB limit. For example, you could store the list of email addresses above as a secret if you did not want Configuration Store administrators to be able to see this information.
