-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
68 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"source": ["./dist/macos-amd64_darwin_amd64_v1/baton-mongodb"], | ||
"bundle_id": "com.conductorone.baton-mongodb", | ||
"source": ["./dist/macos-amd64_darwin_amd64_v1/baton-mongodb-atlas"], | ||
"bundle_id": "com.conductorone.baton-mongodb-atlas", | ||
"apple_id": { | ||
"username" : "[email protected]", | ||
"password": "@env:AC_PASSWORD" | ||
|
@@ -9,6 +9,6 @@ | |
"application_identity": "Developer ID Application: Justin Gallardo (858DKH55XL)" | ||
}, | ||
"zip" :{ | ||
"output_path": "./dist/baton-mongodb-darwin-amd64.signed.zip" | ||
"output_path": "./dist/baton-mongodb-atlas-darwin-amd64.signed.zip" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"source": ["./dist/macos-arm64_darwin_arm64/baton-mongodb"], | ||
"bundle_id": "com.conductorone.baton-mongodb", | ||
"source": ["./dist/macos-arm64_darwin_arm64/baton-mongodb-atlas"], | ||
"bundle_id": "com.conductorone.baton-mongodb-atlas", | ||
"apple_id": { | ||
"username" : "[email protected]", | ||
"password": "@env:AC_PASSWORD" | ||
|
@@ -9,6 +9,6 @@ | |
"application_identity": "Developer ID Application: Justin Gallardo (858DKH55XL)" | ||
}, | ||
"zip" :{ | ||
"output_path": "./dist/baton-mongodb-darwin-arm64.signed.zip" | ||
"output_path": "./dist/baton-mongodb-atlas-darwin-arm64.signed.zip" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
FROM gcr.io/distroless/static-debian11:nonroot | ||
ENTRYPOINT ["/baton-mongodb"] | ||
COPY baton-mongodb / | ||
ENTRYPOINT ["/baton-mongodb-atlas"] | ||
COPY baton-mongodb-atlas / |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
baton-mongodb | ||
Copyright 2023 ConductorOne, Inc. | ||
baton-mongodb-atlas | ||
Copyright 2024 ConductorOne, Inc. | ||
|
||
This product includes software developed by ConductorOne (https://www.conductorone.com/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module github.com/conductorone/baton-mongodb | ||
module github.com/conductorone/baton-mongodb-atlas | ||
|
||
go 1.20 | ||
|
||
|