Skip to content
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] Move of login logic #390

Open
lechnerc77 opened this issue Aug 24, 2023 · 1 comment
Open

[FEATURE] Move of login logic #390

lechnerc77 opened this issue Aug 24, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@lechnerc77
Copy link
Member

In the current version of the Terraform provider (as of today 0.3.0) The login is part of the provider.go.
This spot has the disadvantage that the logon to BTP is triggered quite often due to the lifecycle of Terraform (see test fixtures) and makes the usage of the RSA token in case of active 2FA a hard task.

The intention of this feature or enhancement would be to move the login flow to a place later in the life cycle ("lazy login") to reduce the amount of logons and make the usage of a 2FA token possible as it is the case for the BTP CLI or the Cloud Foundry provider.

@lechnerc77 lechnerc77 added the enhancement New feature or request label Aug 24, 2023
@lechnerc77
Copy link
Member Author

Effort-wise it must be considered that all test fixtures must be re-recorded

@lechnerc77 lechnerc77 added the relevant-for-ga GA relevant issue label Aug 28, 2023
@lechnerc77 lechnerc77 removed the relevant-for-ga GA relevant issue label Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant