Skip to content

Commit

Permalink
Merge pull request #278 from stackql/feature/provider-updates
Browse files Browse the repository at this point in the history
Feature/provider updates
  • Loading branch information
jeffreyaven authored Dec 20, 2024
2 parents cf5c0a5 + c7535b8 commit 5ba6cc2
Show file tree
Hide file tree
Showing 27 changed files with 60,495 additions and 0 deletions.
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

0 comments on commit 5ba6cc2

Please sign in to comment.