Secrets Store Web Interface
The web interface of EGI Secrets Store
Your applications and services may need different secrets (credentials, tokens, passwords, etc.) during deployment and operation. These secrets are often stored as clear texts in code repositories or configuration files, which poses security risks. Furthermore, the secrets stored in files are static and difficult to change (rotate).
The EGI Secrets Store helps you to securely store, retrieve, and rotate credentials for your services.
The main features of EGI Secrets Store:
Secret objects (or secrets, for short) in EGI Secrets Store are identified by their paths, like files on disk. Each user has a private secret space for storing their secret objects, and cannot see secrets of other users. Each secret object may contain several secret values, and each value is identified by its key (name).
Secret objects are always created, retrieved, updated, and deleted as a whole, users cannot manipulate individual secret values of an existing secret.
The web interface of EGI Secrets Store
Command-line interfaces for accessing EGI Secrets Store
The programmatic interface of EGI Secrets Store
The service architecture of EGI Secrets Store