-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add service principal resource #1074
base: main
Are you sure you want to change the base?
Conversation
7de3333
to
428b8d0
Compare
aws-lambda/src/databricks_cdk/resources/service_principals/service_principal_secrets.py
Fixed
Show fixed
Hide fixed
…pported Node runtime)
account_client = get_account_client() | ||
|
||
if physical_resource_id: | ||
return update_service_principal_secrets(properties, physical_resource_id, account_client) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in case have a use case and we want to recreate the secret again, will we have to delete it first?
) | ||
|
||
|
||
def update_service_principal_secrets( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would change the function name here, because we are not updating. Maybe get_service_principal_secrets
?
No description provided.