Secret Value Validations

Hi,
It would really nice if I could set a Validation for a Secret Value myself, I’m thinking it could be either regex or types like string, int, date and so on…

Thanks Upfront,
John.

Thanks for the feedback John and welcome to the Doppler community!

This is a really interesting idea and something we’re looking at exploring in the future.

How are you addressing this need currently and what language/framework are you using?

Hi thanks for the response,
Right now I just update the keys and hope for the best :).
But to add another layer of validation would be great.

I’m working with NodeJs mostly.
Services running on K8S.

Thanks for the extra info John!

@John

Value Types was launched today which should solve this for some cases like JSON, email, strings, etc. that you’re storing in Doppler.

-James Heimbuck, Principal Product Manager

One more update on this. We’ve iterated on Value Types with the following improvements:

  • Faster validation without having to click the Save button on the Dashboard
  • The CLI supports displaying and setting Secret Value Types starting in version 3.69.0
  • New types XML and Direct Reference

-James Heimbuck, Principal Product Manager