-
Notifications
You must be signed in to change notification settings - Fork 18
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] Authentication for CI/CD #408
Comments
Update:
|
Status Quo: SAP IdP has functional limitations/gaps when it comes to the default setup on SAP BTP. This blocks the comprehensive enablement of Authentication flows. The topic is in process by the corresponding team, but no ETA is available |
Re-Check after Q2/2024 |
@lechnerc77 any update on this? |
@se-wo there is currently no activity in supporting furthr authentication flows besides the ones currently supported and documented at https://registry.terraform.io/providers/SAP/btp/latest/docs |
@lechnerc77 How are other customers solving this? Creating S-Users or P-Users for deployment pipelines feels painful to me. No proper governance and you need unique emails for all of them. Most of the time this will result in very few if not only a single user for deployments. No password policy. Not to talk about personal user that are used for CD and break as soon as somebody leaves. |
@se-wo You named the two patterns that we saw at customers:
You are right with the challenges that come along with these approaches. Comparing the Cloud Management Service (service on subaccount level) with the Terraform provider (and the underlying BTP CLI server) is imho comparing apples with oranges, but I get your point. |
The currently supported authentication mechanisms are
username
/password
and with release 0.4.0-beta1 a token based authentication that can only be used SAP-internally.The provider and the underlying BTP CLI Server still lack the support of an authentication flow that enables CI/CD scenarios.
This ticket s a follow-up to #8, to keep this necessary enhancement of the provider authentications flow in the backlog
The text was updated successfully, but these errors were encountered: