Skip to content

Commit

Permalink
Print CPS credentials
Browse files Browse the repository at this point in the history
Signed-off-by: Anja Strunk <[email protected]>
  • Loading branch information
anjastrunk committed Aug 16, 2024
1 parent bf0f590 commit 6d7d916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def openstack(cloud, timeout, config):
# create Gaia-X Credentials for CSP
csp_gen = CspGenerator(conf=conf)
csp_vcs = csp_gen.generate(auto_sign=True)
for vc in csp_vcs:
for vc in csp_vcs.values():
print(json.dumps(vc, indent=2))

# create Gaia-X Credentials for OopenStack
Expand Down

0 comments on commit 6d7d916

Please sign in to comment.