Skip to content

How to get HTTP Push to Work? #1762

Answered by jimmarino
efiege asked this question in Q&A
Aug 1, 2022 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

As a first step, you need to decide when the secret key is created on the consumer, for example, whether is it done prior to the data request in step 0 or is done as part of the provision step on the consumer.

Once that is decided, the secret must be passed as part of the data request (but not part of the data address). On the provider, the secret will be stored in the vault using the key name associated with the data address. At that point, the component responsible for accessing the data on the provider side will need to receive the data address and use the key name to pull the secret from the vault and push data to the consumer.

Does that make sense?

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@efiege
Comment options

@efiege
Comment options

@jimmarino
Comment options

Answer selected by efiege
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants