This site is no longer updated.Go to new Conversational Cloud docs

Protection of repositories with guest access enabled On-premise


Guest access can only be granted for the JAICP On-premise edition of the platform.

With guest access enabled for your project, you grant read and write access to the repository. Use the private key to protect your data.

Principle of operation
  1. Create the .justaikey file in the root directory of the repository in the master branch.
  2. Write your private key to this file. You can define or generate it when you create or edit your project.
  3. Specify this key when you create or edit your project.

The key is checked when the repository is accessed. In case of a mismatch, access to the repository on the platform is blocked.

Protection will not work if
  • The .justaikey file does not exist, even with the key specified in project settings.
  • The .justaikey file is not in the root directory of the master branch.
  • The .justaikey file is empty.
  • The project does not have an external repository or guest access enabled.

The key is not verified if local storage is used or if you use your own account (Personal account) to authenticate to the repository.