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

print configured keys at 'serve' startup #226

Merged
merged 1 commit into from
Jul 26, 2022
Merged

Conversation

e-asphyx
Copy link
Contributor

Can be disabled with --no-list flag. Keys are printed via logger.

@e-asphyx e-asphyx self-assigned this Jul 14, 2022
@AbineshECAD AbineshECAD mentioned this pull request Jul 21, 2022
@danielelisi
Copy link
Contributor

Tested this MR with and without --no-list flag and confirmed it works as expected

INFO[0000] Initializing vault                            vault=file vault_name=local_file_keys
INFO[0000] Initializing vault                            vault=azure vault_name=azure
INFO[0000] Initializing vault                            vault=cloudkms vault_name=kms
INFO[0000] Initializing vault                            vault=awskms vault_name=aws2
INFO[0004] Public Key Hash:    tz3WS7naGZysWEcDLH29YzzSgUpUB6zfNXDe 
INFO[0004] Vault:              Azure                    
INFO[0004] ID:                 https://signatory-multi.vault.azure.net/<redacted>
INFO[0004] Active:             true                     
INFO[0004] Allowed Operations: [block endorsement generic preendorsement] 
INFO[0004] Allowed Kinds:      [delegation reveal transaction] 
INFO[0004]                                              
INFO[0004] Public Key Hash:    tz3eP8NTdMvV1GxNqA1E6uYFX6KTWpRPLY16 
INFO[0004] Vault:              CloudKMS                 
INFO[0004] ID:                 <redacted>
INFO[0004] Active:             true                     
INFO[0004] Allowed Operations: [block endorsement generic preendorsement] 
INFO[0004] Allowed Kinds:      [delegation reveal transaction] 
INFO[0004]                                              
INFO[0004] Public Key Hash:    tz3MqMeWuG1Ess8AWuQf1MXRNqK8DpicGcMR 
INFO[0004] Vault:              AWSKMS                   
INFO[0004] ID:                 <redacted>
INFO[0004] Active:             true                     
INFO[0004] Allowed Operations: [block endorsement generic preendorsement] 
INFO[0004] Allowed Kinds:      [delegation reveal transaction] 
INFO[0004]                                              
INFO[0004] Public Key Hash:    tz2N8ytiFBvBDUoFp18PJYSp451JRrumkA5M 
INFO[0004] Vault:              AWSKMS                   
INFO[0004] ID:                 <redacted>
INFO[0004] Active:             false                    
INFO[0004]                                              
INFO[0004] Public Key Hash:    tz3bLukPSfZrp8QuGBZo2FehrwCna39RYgw4 
INFO[0004] Vault:              AWSKMS                   
INFO[0004] ID:                 <redacted> 
INFO[0004] Active:             false                    
INFO[0004]                                              
INFO[0004] Public Key Hash:    tz1TAuZaNgQz3GpQVLegbNC8V9vWoGzsQcWB 
INFO[0004] Vault:              File                     
INFO[0004] ID:                 signatory_file_baker     
INFO[0004] Active:             true                     
INFO[0004] Allowed Operations: [block endorsement generic preendorsement] 
INFO[0004] Allowed Kinds:      [delegation reveal transaction] 
INFO[0004]                                              
INFO[0004] Utility HTTP server is listening for connections on :9583 
INFO[0004] HTTP server is listening for connections on :6732 

@danielelisi danielelisi merged commit bb2c241 into main Jul 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Signatory should log active/configured tezos accounts when starting up.
2 participants