Skip to content

Do not check for jitsu_key

Halil Coban requested to merge cleanup-jitsu-key-initialize into master

What does this MR do and why?

This MR does two changes

  1. Refactor InitializeStackService
  • Move auth and status checks outside of feature_availability_error as recommended in a previous MR.
  • Move status checks to a status_error helper
  1. Remove usage os jitsu_key in InitializeStackService as part of jitsu related backend code cleanup

No changelog trailer is added as the feature was behind a feature flag.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #406659 (closed)

Edited by Halil Coban

Merge request reports