Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uptake of SecretText #471

Merged
merged 67 commits into from
Feb 9, 2024
Merged

Uptake of SecretText #471

merged 67 commits into from
Feb 9, 2024

Conversation

darjoo
Copy link
Contributor

@darjoo darjoo commented Jan 8, 2024

Summary

Uptake of SecretText within the System Application.
Secrets, passwords, tokens etc are converted to use SecretText.

  • Any functions that return secrets as a Text will be obsoleted with a replacement that returns SecretText. Uptake necessary.
  • Any functions that return via var as Text will be obsoleted with a replacement that uses SecretText. Uptake necessary.
  • Any events that use/return secret parameters will be obsoleted with a replacement that uses SecretText. Uptake necessary.
  • Any functions that use secret Text parameters will just automatically be changed to SecretText. No change necessary.
  • Allow debugging of Sys App

Work Item(s)

Fixes AB#463599

stkillen
stkillen previously approved these changes Feb 5, 2024
JesperSchulz
JesperSchulz previously approved these changes Feb 5, 2024
@darjoo darjoo dismissed stale reviews from JesperSchulz and stkillen via 4d6be98 February 6, 2024 10:29
EvgenijKorovin
EvgenijKorovin previously approved these changes Feb 8, 2024
@darjoo darjoo merged commit 1e12127 into main Feb 9, 2024
23 checks passed
@darjoo darjoo deleted the private/dajoo/secrettextuptake branch February 9, 2024 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants