Skip to content

Commit

Permalink
Loosen encryption for "Arctic Ice Studio" and "Sven Greb" Git auth (#243
Browse files Browse the repository at this point in the history
)

Before both the Git `user` authentication configurations for
"Arctic Ice Studio" [1] and "Sven Greb" [2] were encrypted although they
did not contain any sensitive data but only data that is also intended
for public like the PGP signing key ID.
Therefore both files have been removed from the `igloocrypt` filter.

[1]: https://github.com/arcticicestudio/igloo/blob/56bc0729367d53c90504d1fdefc5d41093a7a7f9/snowblocks/git/gitconfig-auth.igloocrypt
[2]: https://github.com/arcticicestudio/igloo/blob/56bc0729367d53c90504d1fdefc5d41093a7a7f9/snowblocks/git/gitconfig-auth-svengreb.igloocrypt

Closes GH-242

Co-authored-by: Sven Greb <[email protected]>
  • Loading branch information
arcticicestudio and svengreb authored Apr 11, 2020
1 parent 8011bac commit 9827f95
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 4 deletions.
12 changes: 12 additions & 0 deletions snowblocks/git/gitconfig-auth
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Copyright (C) 2016-present Arctic Ice Studio <[email protected]>
# Copyright (C) 2016-present Sven Greb <[email protected]>

# Project: igloo
# Repository: https://github.com/arcticicestudio/igloo
# License: MIT

[user]
name = Arctic Ice Studio
email = [email protected]
signingkey = 0x60C54F1519346085
useconfigonly = true
12 changes: 12 additions & 0 deletions snowblocks/git/gitconfig-auth-svengreb
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Copyright (C) 2016-present Arctic Ice Studio <[email protected]>
# Copyright (C) 2016-present Sven Greb <[email protected]>

# Project: igloo
# Repository: https://github.com/arcticicestudio/igloo
# License: MIT

[user]
name = Sven Greb
email = [email protected]
signingkey = 0x12637B9743D0263D
useconfigonly = true
Binary file removed snowblocks/git/gitconfig-auth-svengreb.igloocrypt
Binary file not shown.
Binary file removed snowblocks/git/gitconfig-auth.igloocrypt
Binary file not shown.
8 changes: 4 additions & 4 deletions snowblocks/git/snowblock.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"~/.gitconfig": null,
"~/.gitconfig-auth": {
"hosts": {
"iceowl": "gitconfig-auth.igloocrypt",
"igloo": "gitconfig-auth.igloocrypt"
"iceowl": "gitconfig-auth",
"igloo": "gitconfig-auth"
}
},
"~/.gitconfig-auth-svengreb": {
"hosts": {
"iceowl": "gitconfig-auth-svengreb.igloocrypt",
"igloo": "gitconfig-auth-svengreb.igloocrypt"
"iceowl": "gitconfig-auth-svengreb",
"igloo": "gitconfig-auth-svengreb"
}
},
"~/.gitconfig-auth-job": {
Expand Down

0 comments on commit 9827f95

Please sign in to comment.