Skip to content

Commit

Permalink
Merge pull request #8 from stat-kwon/master
Browse files Browse the repository at this point in the history
Modify active keys fields
  • Loading branch information
stat-kwon authored May 2, 2024
2 parents be00f76 + 4a6f3d5 commit b5c0388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cloudforet/plugin/manager/iam_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def create_cloud_service(self, options, secret_data, schema):
trusting_projects,
),
"serviceAccountKeys": new_sa_keys,
"activateKeys": len(new_sa_keys),
"activeKeys": len(new_sa_keys),
"hasKeys": True if new_sa_keys else False,
"roles": self._create_roles(
self.project_role_binding_map[current_project_id][
Expand Down

0 comments on commit b5c0388

Please sign in to comment.