Skip to content

Commit

Permalink
Merge pull request #60 from whdalsrnt/master
Browse files Browse the repository at this point in the history
refactor: change provider conf
  • Loading branch information
whdalsrnt authored Sep 7, 2023
2 parents 24bac40 + 135a66f commit 99bffac
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/spaceone/identity/conf/provider_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,13 @@
}
},
"capability": {
"general_service_account_schema": [
"google_cloud_project_id"
],
"trusted_service_account_schema": [
"google_oauth2_credentials"
],
"support_trusted_service_account": True,
"supported_schema": ["google_oauth2_credentials"]
},
"tags": {
Expand Down Expand Up @@ -208,6 +215,13 @@
}
},
"capability": {
"general_service_account_schema": [
"azure_subscription_id"
],
"trusted_service_account_schema": [
"azure_client_secret_without_subscription_id",
],
"support_trusted_service_account": True,
"supported_schema": ["azure_client_secret"]
},
"tags": {
Expand Down

0 comments on commit 99bffac

Please sign in to comment.