-
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.
add 1password-scim-bridge-0.0.0-f0e2afa7b7ef76a67da85e1071838fdcef267…
…3ff.tgz 1password-scim-bridge-0.0.0-f0e2afa7b7ef76a67da85e1071838fdcef2673ff.tgz-meta/README.md 1password-scim-bridge-0.0.0-f0e2afa7b7ef76a67da85e1071838fdcef2673ff.tgz-meta/main.yaml 1password-scim-bridge-0.0.0-f0e2afa7b7ef76a67da85e1071838fdcef2673ff.tgz-meta/values.schema.json
- Loading branch information
1 parent
8b7b2ca
commit 5a3fb51
Showing
5 changed files
with
96 additions
and
1 deletion.
There are no files selected for viewing
Binary file added
BIN
+127 KB
1password-scim-bridge-0.0.0-f0e2afa7b7ef76a67da85e1071838fdcef2673ff.tgz
Binary file not shown.
22 changes: 22 additions & 0 deletions
22
...d-scim-bridge-0.0.0-f0e2afa7b7ef76a67da85e1071838fdcef2673ff.tgz-meta/README.md
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/giantswarm/1password-scim-bridge-app/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/giantswarm/1password-scim-bridge-app/tree/main) | ||
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/giantswarm/1password-scim-bridge-app/badge)](https://securityscorecards.dev/viewer/?uri=github.com/giantswarm/1password-scim-bridge-app) | ||
|
||
[Read me after cloning this template (GS staff only)](https://handbook.giantswarm.io/docs/dev-and-releng/app-developer-processes/adding_app_to_appcatalog/) | ||
|
||
# 1password-scim-bridge chart | ||
|
||
This repository contains Giant Swarm App packaging for the 1Password SCIM Bridge Helm chart. | ||
|
||
This app is intended for Giant Swarm internal use, but others are welcome to use it if it suits their needs. | ||
|
||
## Installing | ||
|
||
There are several ways to install this app onto a workload cluster. | ||
|
||
- [Using GitOps to instantiate the App](https://docs.giantswarm.io/advanced/gitops/apps/) | ||
- [Using our web interface](https://docs.giantswarm.io/platform-overview/web-interface/app-platform/#installing-an-app). | ||
- By creating an [App resource](https://docs.giantswarm.io/use-the-api/management-api/crd/apps.application.giantswarm.io/) in the management cluster as explained in [Getting started with App Platform](https://docs.giantswarm.io/getting-started/app-platform/). | ||
|
||
## Credit | ||
|
||
- [1Password SCIM Bridge Helm Chart](https://github.com/1Password/op-scim-helm) |
11 changes: 11 additions & 0 deletions
11
1password-scim-bridge-0.0.0-f0e2afa7b7ef76a67da85e1071838fdcef2673ff.tgz-meta/main.yaml
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
annotations: | ||
application.giantswarm.io/metadata: https://giantswarm.github.io/giantswarm-operations-platform-test-catalog/1password-scim-bridge-0.0.0-f0e2afa7b7ef76a67da85e1071838fdcef2673ff.tgz-meta/main.yaml | ||
application.giantswarm.io/readme: https://giantswarm.github.io/giantswarm-operations-platform-test-catalog/1password-scim-bridge-0.0.0-f0e2afa7b7ef76a67da85e1071838fdcef2673ff.tgz-meta/README.md | ||
application.giantswarm.io/team: shield | ||
application.giantswarm.io/values-schema: https://giantswarm.github.io/giantswarm-operations-platform-test-catalog/1password-scim-bridge-0.0.0-f0e2afa7b7ef76a67da85e1071838fdcef2673ff.tgz-meta/values.schema.json | ||
chartApiVersion: v2 | ||
chartFile: 1password-scim-bridge-0.0.0-f0e2afa7b7ef76a67da85e1071838fdcef2673ff.tgz | ||
dateCreated: '2024-12-20T15:33:11.576252' | ||
digest: b097f82334be107c21491cd72bd6c966491c3b23d93d0d5b7f44900908fd8dda | ||
home: https://github.com/giantswarm/1password-scim-bridge-app | ||
icon: https://s.giantswarm.io/app-icons/giantswarm/1/light.svg |
40 changes: 40 additions & 0 deletions
40
...rd-scim-bridge-0.0.0-f0e2afa7b7ef76a67da85e1071838fdcef2673ff.tgz-meta/values.schema.json
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 |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"$schema": "http://json-schema.org/schema#", | ||
"type": "object", | ||
"properties": { | ||
"image": { | ||
"type": "object", | ||
"properties": { | ||
"name": { | ||
"type": "string" | ||
}, | ||
"pullPolicy": { | ||
"type": "string" | ||
}, | ||
"registry": { | ||
"type": "string" | ||
}, | ||
"tag": { | ||
"type": "string" | ||
} | ||
} | ||
}, | ||
"name": { | ||
"type": "string" | ||
}, | ||
"project": { | ||
"type": "object", | ||
"properties": { | ||
"branch": { | ||
"type": "string" | ||
}, | ||
"commit": { | ||
"type": "string" | ||
} | ||
} | ||
}, | ||
"serviceType": { | ||
"type": "string" | ||
} | ||
} | ||
} |
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