generated from SAP/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(provisioning): change to the new div provisioning api
Refs: #79
- Loading branch information
Showing
119 changed files
with
4,362 additions
and
4,108 deletions.
There are no files selected for viewing
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
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
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
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 |
---|---|---|
|
@@ -42,7 +42,6 @@ dim: | |
readyness: | ||
path: "/ready" | ||
swaggerEnabled: false | ||
rootDirectoryId: "00000000-0000-0000-0000-000000000000" | ||
operatorId: "00000000-0000-0000-0000-000000000000" | ||
|
||
migrations: | ||
|
@@ -80,23 +79,23 @@ processesworker: | |
cpu: 45m | ||
memory: 300M | ||
dim: | ||
adminMail: "[email protected]" | ||
clientIdCisCentral: "" | ||
clientSecretCisCentral: "" | ||
authUrl: "" | ||
subaccount: | ||
# -- Url to the subaccount service api | ||
baseUrl: "" | ||
entitlement: | ||
# -- Url to the entitlement service api | ||
baseUrl: "" | ||
cf: | ||
applicationName: "" | ||
provisioning: | ||
clientId: "" | ||
clientSecret: "" | ||
tokenAddress: "" | ||
# -- Url to the cf service api | ||
baseUrl: "" | ||
grantType: "client_credentials" | ||
encryptionConfigIndex: 0 | ||
encryptionConfigs: | ||
index0: | ||
index: 0 | ||
cipherMode: "CBC" | ||
paddingMode: "PKCS7" | ||
# -- EncryptionKey to encrypt the provisioning client-secret. Secret-key 'provisioning-encryption-key0'. | ||
# Expected format is 256 bit (64 digits) hex. | ||
encryptionKey: "" | ||
callback: | ||
scope: "openid" | ||
grantType: "client_credentials" | ||
|
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
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
50 changes: 0 additions & 50 deletions
50
src/clients/Dim.Clients/Api/Cf/AddSpaceRoleToUserRequest.cs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.