-
|
I have a few DigitalOcean servers and I'd like to securely connect to them from my CD provider (GitHub Actions) during deployment. Right now it works like this: the deploy action has access to an SSH key, and each server lists that key in Can it be done with Ory instead? graph LR
server1
server2
server3
subgraph DigitalOcean
server1; server2; server3
end
subgraph GitHub Actions
deploy -- Ory? --> server1 & server2 & server3
end
style deploy fill:#f55
|
Beta Was this translation helpful? Give feedback.
Answered by
vinckr
Nov 29, 2022
Replies: 1 comment 1 reply
-
|
Hey Artyom, |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
neongreen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey Artyom,
can you help me understand better what you are trying to achieve, what would Ory do here?
Hold the keys, authenticate through OAuth2 client credentials, act as reverse proxy/identity aware proxy?