Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

github.com/sailpoint-oss/golang-sdk/v2 #154

Merged
merged 5 commits into from
Sep 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/prb_linux.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: PRB_Linux
env:
SAIL_CLIENT_ID: ${{secrets.CLI_TEST_TENANT_CLIENT_ID}}
SAIL_CLIENT_SECRET: ${{secrets.CLI_TEST_TENANT_CLIENT_SECRET}}
SAIL_BASE_URL: https://css-255.api.identitynow.com
SAIL_CLIENT_ID: ${{ secrets.SDK_TEST_TENANT_CLIENT_ID }}
SAIL_CLIENT_SECRET: ${{ secrets.SDK_TEST_TENANT_CLIENT_SECRET }}
SAIL_BASE_URL: ${{ secrets.SDK_TEST_TENANT_BASE_URL }}

on:
push:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/prb_macos.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: PRB_Macos
env:
SAIL_CLIENT_ID: ${{secrets.CLI_TEST_TENANT_CLIENT_ID}}
SAIL_CLIENT_SECRET: ${{secrets.CLI_TEST_TENANT_CLIENT_SECRET}}
SAIL_BASE_URL: https://css-255.api.identitynow.com
SAIL_CLIENT_ID: ${{ secrets.SDK_TEST_TENANT_CLIENT_ID }}
SAIL_CLIENT_SECRET: ${{ secrets.SDK_TEST_TENANT_CLIENT_SECRET }}
SAIL_BASE_URL: ${{ secrets.SDK_TEST_TENANT_BASE_URL }}

on:
push:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/prb_windows.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: PRB_Windows
env:
SAIL_CLIENT_ID: ${{secrets.CLI_TEST_TENANT_CLIENT_ID}}
SAIL_CLIENT_SECRET: ${{secrets.CLI_TEST_TENANT_CLIENT_SECRET}}
SAIL_BASE_URL: https://css-255.api.identitynow.com
SAIL_CLIENT_ID: ${{ secrets.SDK_TEST_TENANT_CLIENT_ID }}
SAIL_CLIENT_SECRET: ${{ secrets.SDK_TEST_TENANT_CLIENT_SECRET }}
SAIL_BASE_URL: ${{ secrets.SDK_TEST_TENANT_BASE_URL }}

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions cmd/connector/static/connector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
},
"devDependencies": {
"@types/jest": "^27.0.1",
"@vercel/ncc": "^0.34.0",
"@vercel/ncc": "^0.38.1",
"jest": "^27.0.6",
"prettier": "^2.3.2",
"shx": "^0.3.3",
"ts-jest": "^27.0.5",
"typescript": "4.3.5",
"typescript": "4.9.3",
"cross-env": "7.0.3"
},
"jest": {
Expand Down
4 changes: 2 additions & 2 deletions cmd/connector/static/customizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
},
"devDependencies": {
"@types/jest": "^27.0.1",
"@vercel/ncc": "^0.34.0",
"@vercel/ncc": "^0.38.1",
"jest": "^27.0.6",
"prettier": "^2.3.2",
"shx": "^0.3.3",
"ts-jest": "^27.0.5",
"typescript": "4.3.5",
"typescript": "4.9.3",
"cross-env": "7.0.3"
},
"jest": {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
github.com/mrz1836/go-sanitize v1.3.1
github.com/olekukonko/tablewriter v0.0.5
github.com/pkg/sftp v1.13.6
github.com/sailpoint-oss/golang-sdk/v2 v2.0.3
github.com/sailpoint-oss/golang-sdk/v2 v2.0.8
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
github.com/spf13/cobra v1.7.0
github.com/spf13/pflag v1.0.5
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ github.com/sagikazarmark/slog-shim v0.1.0 h1:diDBnUNK9N/354PgrxMywXnAwEr1QZcOr6g
github.com/sagikazarmark/slog-shim v0.1.0/go.mod h1:SrcSrq8aKtyuqEI1uvTDTK1arOWRIczQRv+GVI1AkeQ=
github.com/sahilm/fuzzy v0.1.0 h1:FzWGaw2Opqyu+794ZQ9SYifWv2EIXpwP4q8dY1kDAwI=
github.com/sahilm/fuzzy v0.1.0/go.mod h1:VFvziUEIMCrT6A6tw2RFIXPXXmzXbOsSHF0DOI8ZK9Y=
github.com/sailpoint-oss/golang-sdk/v2 v2.0.3 h1:JIKDsWTOY6pcGBoYv5SkNUdfurePPSeU4ahpIVUL2S0=
github.com/sailpoint-oss/golang-sdk/v2 v2.0.3/go.mod h1:nbURJsWEZjIiHC6u7s+Lx2uPBmncmDlQnezqYl+2Nw8=
github.com/sailpoint-oss/golang-sdk/v2 v2.0.8 h1:OR8CeDiDMPTHaKqX+CW95ohck6zKWpZj+mlDdJuM1Ho=
github.com/sailpoint-oss/golang-sdk/v2 v2.0.8/go.mod h1:nbURJsWEZjIiHC6u7s+Lx2uPBmncmDlQnezqYl+2Nw8=
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 h1:JIAuq3EEf9cgbU6AtGPK4CTG3Zf6CKMNqf0MHTggAUA=
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966/go.mod h1:sUM3LWHvSMaG192sy56D9F7CNvL7jUJVXoqM1QKLnog=
github.com/sourcegraph/conc v0.3.0 h1:OQTbbt6P72L20UqAkXXuLOj79LfEanQ+YQFNpLA9ySo=
Expand Down
20 changes: 9 additions & 11 deletions internal/search/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,17 +152,15 @@ type Event struct {
Target struct {
Name string `json:"name"`
} `json:"target"`
Stack string `json:"stack"`
TrackingNumber string `json:"trackingNumber"`
IPAddress string `json:"ipAddress"`
Details string `json:"details"`
Attributes struct {
SourceName string `json:"sourceName"`
} `json:"attributes"`
Objects []string `json:"objects"`
Operation string `json:"operation"`
Status string `json:"status"`
TechnicalName string `json:"technicalName"`
Stack string `json:"stack"`
TrackingNumber string `json:"trackingNumber"`
IPAddress string `json:"ipAddress"`
Details string `json:"details"`
Attributes map[string]interface{} `json:"attributes"`
Objects []string `json:"objects"`
Operation string `json:"operation"`
Status string `json:"status"`
TechnicalName string `json:"technicalName"`
}

type Identity struct {
Expand Down
Loading