- Log in to post comments
Named Technical Interoperablity Engineer
Accelerate your workload, develop your Managed Service or strategic initiative with a short or long-term contract. Build secure, reliable, and performant workloads, healthcare interoperability, and advanced analytics at impossible deployment speeds.
👋
- Log in to post comments
This is great.
Bookmarked, printed it too, but not sure which floor it went to.
I think this means, that I can secure restful communications between two systems with JWT protected routes (in a pod or whatever), signed with user/pass from (Userland) Ens.Credentials and a random cert from somewhere, possibly sslconfigs...
This sorta solves an HS_Services type dilemma where Userland can control the user/pass, and the system can control the certificate to authenticate across systems like NATS.
can snag the certificate material in the above Cert() as an example.
set ssl=##class(Security.SSLConfigs).%OpenId("%SuperServerOrWhateverIKOorCPFCreated")
set s=##class(%Stream.FileCharacter).%New()
Set tCertFile = ssl.CAFile
do s.LinkToFile(tCertFile)
while 's.AtEnd { write s.ReadLine(),! }
do s.Close()long winded way of saying thank you, this puts a tool in the box.
- Log in to post comments
thank you!