Skip to content

Secrets

Olares categorizes secrets based on usage scenarios and employs various management techniques.

Data TypeStorage LocationLeak RiskUsage
Vault itemsIncludes website and
database passwords,
blockchain private
keys, etc.
VaultEncrypted data in Olares ensures that third parties cannot view even upon logging inEach use requires a signature from LarePass
CredentialsSystem access
credentials obtained
post-secure
authentication:
Tokens, Cookies, etc.
InfisicalViewable by third parties post-authentication in Olares by following specific stepsAvailable to applications through an API after obtaining Provider permissions
SecretSensitive data used
in Pod containers,
like database
connections and
admin accounts
ETCDDirectly visible in Control HubUsed in Helm deployment templates; secret values are injected into environment variables via valueFrom -> secretKeyRef

Integration credential

Users can enable applications within Olares to access external service credentials by logging into third-party service accounts through Settings. Examples include:

  • Logging in to Olares Space allows the backup service to request tokens for automated backend backups.
  • Logging into Google enables Files to synchronize with data from Google Drive.

Applications in Olares can retrieve these third-party service credentials via the Service Provider.

Application credential

  • Applications within Olares can manage and utilize credentials via system-provided interfaces.
  • Credentials generated by an application are exclusively restricted to that application's use.