Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Commit 164b5eb

Browse files
authored
Merge pull request #14 from buildkite/update-docs
Update repository links to new buildkite urls
2 parents 9143f66 + e78f3a0 commit 164b5eb

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ provide access to keys listed in the DynamoDB Permissions table for the caller's
5454
IAM entity.
5555

5656
The agent can be installed from the Debian packages attached to the
57-
[GitHub releases](https://github.com/keithduncan/iam-ssh-agent/releases) or
57+
[GitHub releases](https://github.com/buildkite/iam-ssh-agent/releases) or
5858
using `cargo` to build the binary yourself. It is also published to Docker hub
5959
as [keithduncan/iam-ssh-agent](https://hub.docker.com/r/keithduncan/iam-ssh-agent).
6060

@@ -264,9 +264,9 @@ for more tips on troubleshooting access to Private API Gateways.
264264

265265
## Testing Access
266266

267-
I use this project to provide my [Buildkite](https://buildkite.com) agents
268-
[running on ECS](https://github.com/keithduncan/buildkite-on-demand) access to
269-
ssh keys for cloning private source code repositories. The same pattern is
267+
This project can be used to grant [Buildkite](https://buildkite.com) agents
268+
[running on ECS](https://github.com/buildkite/on-demand) permission to use
269+
ssh private keys to clone private source code repositories. The same pattern is
270270
also applicable to init system managed virtual machines on EC2, or
271271
Kubernetes pods on EKS.
272272

@@ -380,5 +380,5 @@ ProjectRole:
380380
```
381381

382382
For more details on running Buildkite agents on-demand with ECS see my
383-
[agent-scheduler](https://github.com/keithduncan/buildkite-on-demand/tree/master/agent-scheduler)
383+
[agent-scheduler](https://github.com/buildkite/on-demand/tree/master/agent-scheduler)
384384
project.

agent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "ssh-agent compatible daemon that forwards list-keys and sign-data
44
version = "0.3.1"
55
authors = ["Keith Duncan <keith_duncan@me.com>"]
66
edition = "2018"
7-
repository = "https://github.com/keithduncan/iam-ssh-agent"
7+
repository = "https://github.com/buildkite/iam-ssh-agent"
88
license = "BSD-3-Clause"
99
keywords = [ "ssh", "ssh-agent", "aws" ]
1010
categories = [ "command-line-utilities", "development-tools" ]

agent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# iam-ssh-agent agent
22

3-
Binary replacement for `ssh-agent` that uses an [iam-ssh-agent](https://github.com/keithduncan/iam-ssh-agent)
3+
Binary replacement for `ssh-agent` that uses an [iam-ssh-agent](https://github.com/buildkite/iam-ssh-agent)
44
backend for `list keys` and `sign data` operations.
55

66
The artifacts built from this crate are:

service/README_SAR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ repositories without granting access to the raw key material.
1111
socket with the ssh-agent protocol, and a serverless API that uses API Gateway
1212
and Lambda functions to answer `list keys` and `sign data` requests.
1313

14-
See the [GitHub repository](https://github.com/keithduncan/iam-ssh-agent) for
14+
See the [GitHub repository](https://github.com/buildkite/iam-ssh-agent) for
1515
more documentation.

service/ssh-agent-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ssh-agent-backend",
33
"version": "0.1.0",
44
"description": "iam-ssh-agent backend lambda functions",
5-
"repository": "https://github.com/keithduncan/iam-ssh-agent",
5+
"repository": "https://github.com/buildkite/iam-ssh-agent",
66
"author": "Keith Duncan",
77
"license": "MIT",
88
"dependencies": {

service/template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ Metadata:
4949
LicenseUrl: ../LICENSE
5050
ReadmeUrl: README_SAR.md
5151
Labels: ['ssh', 'ssh-agent', 'ssh-keys', 'authentication']
52-
HomePageUrl: https://github.com/keithduncan/iam-ssh-agent
53-
SourceCodeUrl: https://github.com/keithduncan/iam-ssh-agent
52+
HomePageUrl: https://github.com/buildkite/iam-ssh-agent
53+
SourceCodeUrl: https://github.com/buildkite/iam-ssh-agent
5454

5555
# More info about Globals: https://github.com/awslabs/serverless-application-model/blob/master/docs/globals.rst
5656
Globals:

0 commit comments

Comments
 (0)