-To decrypt our data, well, it’s time for a little fishing trip to the old API watering hole. Yep, you can’t do this in Console (why would you?) and you can’t really do it in the CLI either (although you can use the CLI to make a call to the Vault Service’s API). Well, you sort of can, but it’s like running python commands in VS Code – really you’re just testing things out. Decrypting data is normally one of those things you do when you’re DOING something with your data. That’s why we’ll use an API call to access the data, decrypt it, and then send it along for whatever processing we need to do to it. I won’t cover every scenario here, but I will point out all the trails you might want to hike depending on the languages and tools you might use (although it’s still not an exhaustive list, and we may add more as time goes on – that’s progress for you!).
0 commit comments