Skip to content

Commit

Permalink
Remove PFF related 1Password calls
Browse files Browse the repository at this point in the history
  • Loading branch information
justin committed Jul 31, 2024
1 parent 2106a2d commit 17bf4bd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.
6 changes: 0 additions & 6 deletions files/private_dot_aws/private_config.tmpl
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
[default]
region = us-east-1
output = json

{{ if .pff }}
[pff]
region = us-east-2
output = json
{{ end }}
6 changes: 0 additions & 6 deletions files/private_dot_aws/private_credentials.tmpl
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
[default]
aws_access_key_id = {{ onepasswordRead "op://Personal/AWS - justinw/Access Key ID" .onepasswordAccount | trim }}
aws_secret_access_key = {{ onepasswordRead "op://Personal/AWS - justinw/Secret Access Key" .onepasswordAccount | trim }}

{{ if .pff }}
[pff]
aws_access_key_id = {{ onepasswordRead "op://PFF/AWS - S3 PFFKit Documentation/Access Key ID" .onepasswordAccount | trim }}
aws_secret_access_key = {{ onepasswordRead "op://PFF/AWS - S3 PFFKit Documentation/Secret Access Key" .onepasswordAccount | trim }}
{{ end }}
5 changes: 0 additions & 5 deletions files/private_dot_config/zsh/dot_zshenv.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,3 @@ export NPM_CONFIG_USERCONFIG=$CONFIG_HOME/npm/npmrc
# ===== GitHub Access =====
export GITHUB_TOKEN={{- onepasswordRead "op://Personal/GitHub API Token - dotfiles/credential" .onepasswordAccount | trim -}}
{{ end }}

{{ if .pff }}
# ===== PFF Specific Configuration =====
export PFF_API_KEY={{- onepasswordRead "op://PFF/PFF Consumer API/credential" .onepasswordAccount | trim -}}
{{ end }}

0 comments on commit 17bf4bd

Please sign in to comment.