Skip to content

Commit

Permalink
added LICENSE changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gaokevin1 committed Nov 13, 2024
1 parent 51888da commit be9a825
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ limitations under the License.
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]
Copyright 2024 Descope Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 2 additions & 0 deletions resources/layers/helper/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ def _get_secret_ssm_parameter_from_extension(name: str):
def get_descope_handler(project_id, mgmt_key_name):
# Retrieve the actual management key from SSM using the parameter name
mgmt_key = _get_secret_ssm_parameter_from_extension(mgmt_key_name)
print(f"Retrieved management key: {mgmt_key}")

return DescopeClient(project_id=project_id, key=mgmt_key)

0 comments on commit be9a825

Please sign in to comment.