I have a service that needs to update the user's password - with normal rights - the update fails (that's good).
So - I realize I need to use the DB-Master key - I'm including my user-update-service - and have included the correct parameter - however .... do I really need to include the actual Master key in this service as a constant (I assume not).... is there a bracketed variable that I can use like for the database id we use {database_id} ... what's the right construct for the master-key ? I've tried {master_key} (perhaps that would be consistent with the {database_id} .... but that's not correct...
What's the right construct? there is one (i'm sure lol...) ??
Picture of the UI where I am using it (Service succeeds with the 'hard coded' db master key - but I'd sure prefer not to use it....)..