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

Feature/provider updates #278

Merged
merged 7 commits into from
Dec 20, 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
77 changes: 77 additions & 0 deletions providers/src/databricks_account/v00.00.00000/provider.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
id: databricks_account
name: databricks_account
version: v00.00.00000
providerServices:
billing:
id: billing:v00.00.00000
name: billing
preferred: true
service:
$ref: databricks_account/v00.00.00000/services/billing.yaml
title: Account Billing
version: v00.00.00000
description: Account Billing
iam:
id: iam:v00.00.00000
name: iam
preferred: true
service:
$ref: databricks_account/v00.00.00000/services/iam.yaml
title: Identity and Access Management
version: v00.00.00000
description: Identity and Access Management
logging:
id: logging:v00.00.00000
name: logging
preferred: true
service:
$ref: databricks_account/v00.00.00000/services/logging.yaml
title: Log Delivery
version: v00.00.00000
description: Log Delivery
oauth:
id: oauth:v00.00.00000
name: oauth
preferred: true
service:
$ref: databricks_account/v00.00.00000/services/oauth.yaml
title: OAuth Integrations
version: v00.00.00000
description: OAuth Integrations
provisioning:
id: provisioning:v00.00.00000
name: provisioning
preferred: true
service:
$ref: databricks_account/v00.00.00000/services/provisioning.yaml
title: Account Provisioning
version: v00.00.00000
description: Account Provisioning
settings:
id: settings:v00.00.00000
name: settings
preferred: true
service:
$ref: databricks_account/v00.00.00000/services/settings.yaml
title: Account Settings
version: v00.00.00000
description: Account Settings
unity_catalog:
id: unity_catalog:v00.00.00000
name: unity_catalog
preferred: true
service:
$ref: databricks_account/v00.00.00000/services/unity_catalog.yaml
title: Unity Catalog
version: v00.00.00000
description: Unity Catalog
config:
auth:
type: oauth2
client_id_env_var: DATABRICKS_CLIENT_ID
client_secret_env_var: DATABRICKS_CLIENT_SECRET
grant_type: client_credentials
token_url: https://accounts.cloud.databricks.com/oidc/accounts/{{ .__env__DATABRICKS_ACCOUNT_ID
}}/v1/token
scopes:
- all-apis
Loading
Loading