btpsa-v1.2.0 #355
Replies: 5 comments
-
Detail on "Support of custom IdPs in role assignment (incl. CF roles)"You can now add your custom IdP to be assigned to your users. There are two spots where you can make this setting:
If you do not specify an IdP the behavior is the same as in previous releases. |
Beta Was this translation helpful? Give feedback.
-
Details on "Support of labels for resources"You can now specify labels for the resources in BTP that support a labeling. Be aware that not all resources covered by the BTP CLI and the Cloud Foundry CLI support labels. You can specify the labels via the corresponding attributes in the Be aware that the labels targeting resources addressed by the BTP CLI and the CF CLI must adhere to the following formatting: "subaccountname": "test-labels",
"subaccountlabels": {
"costcenter": ["org-123"],
"appowner": ["somebody"]
}, |
Beta Was this translation helpful? Give feedback.
-
Details on "Subaccount enable beta features"You can now activate beta features for subaccounts via the parameter |
Beta Was this translation helpful? Give feedback.
-
Details on "Enhance fetching of remote parameters and usecase files"Until this release you could reference the parameters and use case file in the command line via links to e.g., repositories, specifying the corresponding URL. However, the URL had to be publicly visible and no authentication to private repositories was possible. With this released we enhanced this functionality, and you can now access these files even if you need to authenticate. We currently support the option to use basic authentication and token-based authentication. A call of the btps-setup-automator command would look like this: btpssa -parameterfile "https://raw.githubusercontent.com/<USER ID>/test-btpsa-remote-private/main/parameters.json" \
-externalConfigAuthMethod "token" \
-externalConfigToken "<YOUR TOKEN>" The same authentication method is used for the The new parameters that are available are:
If you do not specify any parameters, the behavior is the same as in previous releases. |
Beta Was this translation helpful? Give feedback.
-
Details on "Fix the wrong role collection assignment"The flow of the assignment of role collections especially for the subaccount admin was slightly changed to fix a bug and stay consistent with the option to specify a custom IdP:
This is reflected in the log files, that might look different in the new version, the functionality remains unchanged. |
Beta Was this translation helpful? Give feedback.
-
v1.2.0 (2022-12-07) 🎄
New Features and Enhancements 🚀
Bug Fixes 🐞
Other Changes
btpsa-usecase.json
and automated documentation due to updates in the service metadataCommunity Contributions
@pirnz
This discussion was created from the release btpsa-v1.2.0.
Beta Was this translation helpful? Give feedback.
All reactions