Skip to content

Commit

Permalink
DEVPROD-4798 deprecate ssh key graphQL fields (evergreen-ci#7725)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybrill authored and malikchaya2 committed Apr 10, 2024
1 parent 65dd993 commit f2a2d14
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 54 deletions.
101 changes: 49 additions & 52 deletions graphql/generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion graphql/schema/types/config.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ type SpruceConfig {
containerPools: ContainerPoolsConfig
githubOrgs: [String!]!
jira: JiraConfig
keys: [SSHKey!]!
keys: [SSHKey!] @deprecated(reason: "removing this field shortly")
providers: CloudProviderConfig
slack: SlackConfig
spawnHost: SpawnHostConfig!
Expand Down
2 changes: 1 addition & 1 deletion graphql/schema/types/distro.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ input DistroInput {
providerSettingsList: [Map!]!
setup: String!
setupAsSudo: Boolean!
sshKey: String!
sshKey: String @deprecated(reason: "removing this field shortly")
sshOptions: [String!]!
user: String!
userSpawnAllowed: Boolean!
Expand Down

0 comments on commit f2a2d14

Please sign in to comment.