Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Users get access to the App only by logging into Jira. The App uses the Atlassian Connect that , which relies on HTTPS and and JWT authentication to secure communication between the App, the Atlassian product, and the user. Please learn more about Atlassian Connect security.

Приложение хранит данные аутентификации к серверам TeamCity в зашифрованном виде. Шифрование и дешифрование происходит с помощью механизма AWS Encryption SDK. У разработчиков нет доступа к ключу шифрования. Ротация ключа шифрования происходит каждый год. Аутентификация в TeamCity происходит с помощью basic HTTP authentication.The basic HTTP authentication is used for authentication in TeamCity. The application stores the authentication data to the TeamCity servers in encrypted form. Encryption and decryption are performed using the AWS Encryption SDK engine. The encryption key is rotated yearly, and developers have no access to it. 

Permissions

The maximum set of actions TeamCity Integration for Jira app may perform is expressed in the scopes in the App descriptor and is presented to the administrator during installation. This security level is enforced by Atlassian Connect and cannot be bypassed by app implementations.

Here is the list of all used scopes:

  • READ - View – view, browse, and read information from Jira.
  • WRITE - Create –  create or edit content in Jira, but not delete content.
  • DELETE - Delete – delete content in Jira.

Learn more in the scopes documentation.

Взаимодействие приложения с Жирой

Мы не храним данные из Жиры в наших таблицах. Приложение только актуализируем данные билдов и деплойментов в Development Panel в Жире. Эндпоинты по получению информации о задаче или проекте используются только для резолва ключа по идентификатору.

...

The App Interaction with Jira

The app does not store data from Jira in its tables but only updates the build and deployment data in the Development Panel in Jira. The endpoints for obtaining information about a task or project are used only for resolving a key by identifier.

The following endpoints are used:

Взаимодействие приложения с TeamCity

Приложение не изменяет билды в TeamCity, а только получает информацию

...

The App Interaction with TeamCity

The app does not modify builds in TeamCity, but receive information using the following endpoints:

Uptime

The App has uptime of 99.99% or higher. You can check our current and historic status at https://stats.uptimerobot.com/jqxnBSYvO3

...