Skip to content

[Major] MASAIB - 2072 Secret name droai to dro change for AI SaaS flow#2183

Open
golviya1712 wants to merge 6 commits intomasterfrom
masaib-2072
Open

[Major] MASAIB - 2072 Secret name droai to dro change for AI SaaS flow#2183
golviya1712 wants to merge 6 commits intomasterfrom
masaib-2072

Conversation

@golviya1712
Copy link
Copy Markdown
Contributor

Ticket: MASAIB-2072

Changes:

  • AI Service needs to point to the dro secret name instead of the droai secret name.
  • The changes are related to migrating from droai to dro. Previously, it was linked to the droai secret name, so the keys were different. I have updated them accordingly (e.g., drocfg_url, dro_url) for the AI Service.

Test Result:

  • I have tested this in our GitOps dev cluster, and it is working fine. I have also attached a screenshot for reference.
Screenshot 2026-04-14 at 11 23 36 AM Screenshot 2026-04-09 at 12 47 01 PM Screenshot 2026-04-09 at 12 47 09 PM Screenshot 2026-04-10 at 11 33 58 AM Screenshot 2026-04-10 at 11 57 52 AM Screenshot 2026-04-10 at 11 58 07 AM

@golviya1712 golviya1712 self-assigned this Apr 15, 2026
@golviya1712 golviya1712 requested a review from a team as a code owner April 15, 2026 12:02
@golviya1712 golviya1712 requested a review from jasmin-30 April 16, 2026 06:02
Copy link
Copy Markdown
Member

@whitfiea whitfiea left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What creates the dro secret? and what created the older droai secret? Technically this is a breaking change as you are changing the params on the functions and the expected secret names.

@golviya1712
Copy link
Copy Markdown
Contributor Author

What creates the dro secret? and what created the older droai secret? Technically this is a breaking change as you are changing the params on the functions and the expected secret names.

DRO has been created with the following variables:
dro_api_token
dro_url
dro_client_tls_tls_crt_b64
dro_client_tls_tls_key_b64
dro_ca_b64enc

The AI Service uses only the following three variables:
dro_api_token
dro_url
dro_ca_b64enc

The droai secret contains these three values but with different variable names:
drocfg_ca_b64enc
drocfg_registration_key
drocfg_url

@golviya1712 golviya1712 changed the title [patch] MASAIB - 2072 Secret name droai to dro change for AI SaaS flow [Major] MASAIB - 2072 Secret name droai to dro change for AI SaaS flow Apr 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants