Skip to content

Commit

Permalink
Bitwarden not supported out-of-the-box within EF projects, using "pass"
Browse files Browse the repository at this point in the history
  • Loading branch information
aforward committed Oct 10, 2023
1 parent b7916c2 commit f7f8a6f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions otterdog/eclipse-pass.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,12 @@ orgs.newOrg('eclipse-pass') {
default_workflow_permissions: "write",
},
},
credentials+: [{
"provider": "bitwarden",
"item_id" : "23801ca4-fd27-446c-b5af-b07b0108f443"
},
],
secrets+: [
orgs.newOrgSecret('HELLO_WORLD_QUEST') {
value: "bitwarden:23801ca4-fd27-446c-b5af-b07b0108f443@quest",
value: "pass:bots/technology.pass/helloworld/quest",
},
orgs.newOrgSecret('HELLO_WORLD_COLOR') {
value: "bitwarden:23801ca4-fd27-446c-b5af-b07b0108f443@color",
value: "pass:bots/technology.pass/helloworld/color",
},
orgs.newOrgSecret('GH_PAT') {
value: "********",
Expand Down

0 comments on commit f7f8a6f

Please sign in to comment.