{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":226350394,"defaultBranch":"master","name":"kes","ownerLogin":"minio","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-12-06T14:48:00.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/695951?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1717761531.0","currentOid":""},"activityList":{"items":[{"before":"fe54489812091915144bed6c3a793312fce31e09","after":"e9f73b90f0884e3ad3d1b6dc10e17ff5057e930b","ref":"refs/heads/master","pushedAt":"2024-06-07T11:58:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"aead","name":"Andreas Auernhammer","path":"/aead","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20368805?s=80&v=4"},"commit":{"message":"cmd/kes: add support for migrating keys to minkms (#465)\n\nThis commit adds support for migrating keys to minkms\r\nvia the `kes migrate` command. Migrating all keys\r\nof a KES backend to a MinKMS server can be done as following:\r\n```\r\nkes migrate --from src-config.yml --server 127.0.0.1:7373 --enclave minio --api-key k1:...\r\n```\r\n\r\nCurrently, this implementation has the following limitations:\r\n - The HMAC key is not migrated. This requires support from MinKMS.\r\n However, HMAC keys are not used for S3 object encryption and have\r\n been added to KES recently.\r\n - Ciphertexts produced by KES cannot be decrypted auto. because they\r\n lack the key version prefix (e.g. 'v1:'). Future KES servers may\r\n use ciphertexts with key versions and MinKMS may accept a ciphertext\r\n without one.\r\n\r\nSigned-off-by: Andreas Auernhammer ","shortMessageHtmlLink":"cmd/kes: add support for migrating keys to minkms (#465)"}},{"before":"149641596279ad0eb7fc96c0058fec43ba425a64","after":null,"ref":"refs/heads/migrate","pushedAt":"2024-06-07T11:58:51.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"aead","name":"Andreas Auernhammer","path":"/aead","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20368805?s=80&v=4"}},{"before":"5ff5d1bccdb214321316848f96b49b24f8a5ff69","after":"149641596279ad0eb7fc96c0058fec43ba425a64","ref":"refs/heads/migrate","pushedAt":"2024-06-06T14:29:50.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"aead","name":"Andreas Auernhammer","path":"/aead","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20368805?s=80&v=4"},"commit":{"message":"cmd/kes: add support for migrating keys to minkms\n\nThis commit adds support for migrating keys to minkms\nvia the `kes migrate` command. Migrating all keys\nof a KES backend to a MinKMS server can be done as following:\n```\nkes migrate --from src-config.yml --server 127.0.0.1:7373 --enclave minio --api-key k1:...\n```\n\nCurrently, this implementation has the following limitations:\n - The HMAC key is not migrated. This requires support from MinKMS.\n However, HMAC keys are not used for S3 object encryption and have\n been added to KES recently.\n - Ciphertexts produced by KES cannot be decrypted auto. because they\n lack the key version prefix (e.g. 'v1:'). Future KES servers may\n use ciphertexts with key versions and MinKMS may accept a ciphertext\n without one.\n\nSigned-off-by: Andreas Auernhammer ","shortMessageHtmlLink":"cmd/kes: add support for migrating keys to minkms"}},{"before":"35afcc4cac3d7812ac6bbf5cb098815d07edf294","after":"5ff5d1bccdb214321316848f96b49b24f8a5ff69","ref":"refs/heads/migrate","pushedAt":"2024-06-06T14:29:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"aead","name":"Andreas Auernhammer","path":"/aead","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20368805?s=80&v=4"},"commit":{"message":"cmd/kes: add support for migrating keys to minkms\n\nThis commit adds support for migrating keys to minkms\nvia the `kes migrate` command. Migrating all keys\nof a KES backend to a MinKMS server can be done as following:\n```\nkes migrate --from src-config.yml --server 127.0.0.1:7373 --enclave minio --api-key k1:...\n```\n\nCurrently, this implementation has the following limitations:\n - The HMAC key is not migrated. This requires support from MinKMS.\n However, HMAC keys are not used for S3 object encryption and have\n been added to KES recently.\n - Ciphertexts produced by KES cannot be decrypted auto. because they\n lack the key version prefix (e.g. 'v1:'). Future KES servers may\n use ciphertexts with key versions and MinKMS may accept a ciphertext\n without one.\n\nSigned-off-by: Andreas Auernhammer ","shortMessageHtmlLink":"cmd/kes: add support for migrating keys to minkms"}},{"before":"17005bb41dddafaf5afac07c0ca420740f442518","after":"35afcc4cac3d7812ac6bbf5cb098815d07edf294","ref":"refs/heads/migrate","pushedAt":"2024-06-06T14:26:07.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"aead","name":"Andreas Auernhammer","path":"/aead","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20368805?s=80&v=4"},"commit":{"message":"cmd/kes: add support for migrating keys to minkms\n\nThis commit adds support for migrating keys to minkms\nvia the `kes migrate` command. Migrating all keys\nof a KES backend to a MinKMS server can be done as following:\n```\nkes migrate --from src-config.yml --server 127.0.0.1:7373 --enclave minio --api-key k1:...\n```\n\nCurrently, this implementation has the following limitations:\n - The HMAC key is not migrated. This requires support from MinKMS.\n However, HMAC keys are not used for S3 object encryption and have\n been added to KES recently.\n - Ciphertexts produced by KES cannot be decrypted auto. because they\n lack the key version prefix (e.g. 'v1:'). Future KES servers may\n use ciphertexts with key versions and MinKMS may accept a ciphertext\n without one.\n\nSigned-off-by: Andreas Auernhammer ","shortMessageHtmlLink":"cmd/kes: add support for migrating keys to minkms"}},{"before":"5dd424c9a58013fd798f8c99791bc4472136d710","after":"17005bb41dddafaf5afac07c0ca420740f442518","ref":"refs/heads/migrate","pushedAt":"2024-06-06T14:24:22.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"aead","name":"Andreas Auernhammer","path":"/aead","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20368805?s=80&v=4"},"commit":{"message":"cmd/kes: add support for migrating keys to minkms\n\nThis commit adds support for migrating keys to minkms\nvia the `kes migrate` command. Migrating all keys\nof a KES backend to a MinKMS server can be done as following:\n```\nkes migrate --from src-config.yml --server 127.0.0.1:7373 --enclave minio --api-key k1:...\n```\n\nCurrently, this implementation has the following limitations:\n - The HMAC key is not migrated. This requires support from MinKMS.\n However, HMAC keys are not used for S3 object encryption and have\n been added to KES recently.\n - Ciphertexts produced by KES cannot be decrypted auto. because they\n lack the key version prefix (e.g. 'v1:'). Future KES servers may\n use ciphertexts with key versions and MinKMS may accept a ciphertext\n without one.\n\nSigned-off-by: Andreas Auernhammer ","shortMessageHtmlLink":"cmd/kes: add support for migrating keys to minkms"}},{"before":null,"after":"5dd424c9a58013fd798f8c99791bc4472136d710","ref":"refs/heads/migrate","pushedAt":"2024-06-06T14:22:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"aead","name":"Andreas Auernhammer","path":"/aead","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20368805?s=80&v=4"},"commit":{"message":"cmd/kes: add support for migrating keys to minkms\n\nThis commit adds support for migrating keys to minkms\nvia the `kes migrate` command. Migrating all keys\nof a KES backend to a MinKMS server can be done as following:\n```\nkes migrate --from src-config.yml --server 127.0.0.1:7373 --enclave minio --api-key k1:...\n```\n\nCurrently, this implementation has the following limitations:\n - The HMAC key is not migrated. This requires support from MinKMS.\n However, HMAC keys are not used for S3 object encryption and have\n been added to KES recently.\n - Ciphertexts produced by KES cannot be decrypted auto. because they\n lack the key version prefix (e.g. 'v1:'). Future KES servers may\n use ciphertexts with key versions and MinKMS may accept a ciphertext\n without one.\n\nSigned-off-by: Andreas Auernhammer ","shortMessageHtmlLink":"cmd/kes: add support for migrating keys to minkms"}},{"before":"11632ebb7afcadb1ba21f1c52bd81ea9d1bb70c5","after":null,"ref":"refs/heads/2023-05-02T22-48-10Z.hotfix","pushedAt":"2024-06-05T10:17:03.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"harshavardhana","name":"Harshavardhana","path":"/harshavardhana","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/622699?s=80&v=4"}},{"before":"311cff670906ac7e5cdd407670f8ce3062800e4c","after":null,"ref":"refs/heads/migrate","pushedAt":"2024-06-05T10:17:00.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"harshavardhana","name":"Harshavardhana","path":"/harshavardhana","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/622699?s=80&v=4"}},{"before":"baaed6bab8237b7fe4220cefba199607ceb2d659","after":null,"ref":"refs/heads/v0.17.1-cache-hotfix","pushedAt":"2024-06-05T10:16:49.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"harshavardhana","name":"Harshavardhana","path":"/harshavardhana","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/622699?s=80&v=4"}},{"before":"683c4a1268b32373da53f7c70d28f2e9f3652c1f","after":null,"ref":"refs/heads/vault-tcpconn-leak","pushedAt":"2024-06-05T10:16:37.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"harshavardhana","name":"Harshavardhana","path":"/harshavardhana","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/622699?s=80&v=4"}},{"before":"40d478fea2ff5e6f5840429898644184b26c82ea","after":null,"ref":"refs/heads/dist-kes","pushedAt":"2024-06-05T10:16:34.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"harshavardhana","name":"Harshavardhana","path":"/harshavardhana","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/622699?s=80&v=4"}},{"before":"9ec22d7d136a76614d48694e026f8f15e30a8edf","after":null,"ref":"refs/heads/config-addr","pushedAt":"2024-06-05T10:16:31.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"harshavardhana","name":"Harshavardhana","path":"/harshavardhana","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/622699?s=80&v=4"}},{"before":"ade44fa2c113072c796b87d9c32ba01253e6a458","after":null,"ref":"refs/heads/v0.6.1.hotfix","pushedAt":"2024-06-05T10:16:12.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"harshavardhana","name":"Harshavardhana","path":"/harshavardhana","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/622699?s=80&v=4"}},{"before":"db1537980ce24352c0868f66b5ca081dee802cbd","after":null,"ref":"refs/heads/ls-cmd","pushedAt":"2024-05-16T20:13:26.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"aead","name":"Andreas Auernhammer","path":"/aead","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20368805?s=80&v=4"}},{"before":"802ce81847910ecc66486cffe5c6aa84dfb65a86","after":"fe54489812091915144bed6c3a793312fce31e09","ref":"refs/heads/master","pushedAt":"2024-05-16T20:13:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"aead","name":"Andreas Auernhammer","path":"/aead","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20368805?s=80&v=4"},"commit":{"message":"cmd: add `kes ls` command (#464)\n\nThis commit adds the `kes ls` command that lists keys, policies and\r\nidentities.\r\n```\r\nUsage:\r\n kes ls [-a KEY] [-k] [--json] [-i] [-p] [-s HOST[:PORT]] [PREFIX]\r\n\r\nOptions:\r\n -a, --api-key KEY API key to authenticate to the KES server.\r\n Defaults to $MINIO_KES_API_KEY.\r\n -s, --server HOST[:PORT] Use the server HOST[:PORT] instead of\r\n $MINIO_KES_SERVER.\r\n --json Print output in JSON format.\r\n -i, --identity List identities.\r\n -p, --policy List policy names.\r\n -k, --insecure Skip server certificate verification.\r\n```\r\n\r\nThis command replaces `kes key ls`, `kes policy ls` and `kes identity ls`\r\nmid-term.\r\n\r\nSigned-off-by: Andreas Auernhammer ","shortMessageHtmlLink":"cmd: add kes ls command (#464)"}},{"before":"ef5d2f86b750b1a323b5251929649839f8f093fa","after":"db1537980ce24352c0868f66b5ca081dee802cbd","ref":"refs/heads/ls-cmd","pushedAt":"2024-05-16T14:25:02.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"aead","name":"Andreas Auernhammer","path":"/aead","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20368805?s=80&v=4"},"commit":{"message":"cmd: add `kes ls` command\n\nThis commit adds the `kes ls` command that lists keys, policies and\nidentities.\n```\nUsage:\n kes ls [-a KEY] [-k] [--json] [-i] [-p] [-s HOST[:PORT]] [PREFIX]\n\nOptions:\n -a, --api-key KEY API key to authenticate to the KES server.\n Defaults to $MINIO_KES_API_KEY.\n -s, --server HOST[:PORT] Use the server HOST[:PORT] instead of\n $MINIO_KES_SERVER.\n --json Print output in JSON format.\n -i, --identity List identities.\n -p, --policy List policy names.\n -k, --insecure Skip server certificate verification.\n```\n\nThis command replaces `kes key ls`, `kes policy ls` and `kes identity ls`\nmid-term.\n\nSigned-off-by: Andreas Auernhammer ","shortMessageHtmlLink":"cmd: add kes ls command"}},{"before":"5336e5b52d2cba4a2af00f08d32707bb416af30c","after":"ef5d2f86b750b1a323b5251929649839f8f093fa","ref":"refs/heads/ls-cmd","pushedAt":"2024-05-16T06:35:58.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"aead","name":"Andreas Auernhammer","path":"/aead","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20368805?s=80&v=4"},"commit":{"message":"cmd: add `kes ls` command\n\nThis commit adds the `kes ls` command that lists keys, policies and\nidentities.\n```\nUsage:\n kes ls [-a KEY] [-k] [--json] [-i] [-p] [-s HOST[:PORT]] [PREFIX]\n\nOptions:\n -a, --api-key KEY API key to authenticate to the KES server.\n Defaults to $MINIO_KES_API_KEY.\n -s, --server HOST[:PORT] Use the server HOST[:PORT] instead of\n $MINIO_KES_SERVER.\n --json Print output in JSON format.\n -i, --identity List identities.\n -p, --policy List policy names.\n -k, --insecure Skip server certificate verification.\n```\n\nThis command replaces `kes key ls`, `kes policy ls` and `kes identity ls`\nmid-term.\n\nSigned-off-by: Andreas Auernhammer ","shortMessageHtmlLink":"cmd: add kes ls command"}},{"before":null,"after":"5336e5b52d2cba4a2af00f08d32707bb416af30c","ref":"refs/heads/ls-cmd","pushedAt":"2024-05-16T06:15:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"aead","name":"Andreas Auernhammer","path":"/aead","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20368805?s=80&v=4"},"commit":{"message":"cmd: add `kes ls` command\n\nThis commit adds the `kes ls` command that lists keys, policies and\nidentities.\n```\nUsage:\n kes ls [-a KEY] [-k] [--json] [-i] [-p] [-s HOST[:PORT]] [PREFIX]\n\nOptions:\n -a, --api-key KEY API key to authenticate to the KES server.\n Defaults to $MINIO_KES_API_KEY.\n -s, --server HOST[:PORT] Use the server HOST[:PORT] instead of\n $MINIO_KES_SERVER.\n --json Print output in JSON format.\n -i, --identity List identities.\n -p, --policy List policy names.\n -k, --insecure Skip server certificate verification.\n```\n\nThis command replaces `kes key ls`, `kes policy ls` and `kes identity ls`\nmid-term.","shortMessageHtmlLink":"cmd: add kes ls command"}},{"before":"4c1b2e0a725f7b0a3b460689147ba10743d94fc9","after":null,"ref":"refs/heads/identity","pushedAt":"2024-05-05T09:46:01.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"aead","name":"Andreas Auernhammer","path":"/aead","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20368805?s=80&v=4"}},{"before":"e06e7101715688773806384218dd64a0ef380d9f","after":"802ce81847910ecc66486cffe5c6aa84dfb65a86","ref":"refs/heads/master","pushedAt":"2024-05-05T09:46:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"aead","name":"Andreas Auernhammer","path":"/aead","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20368805?s=80&v=4"},"commit":{"message":"cmd: support private keys in `kes identity` (#461)\n\n* cmd: support private keys in `kes identity`\r\n\r\nThis commit is part of the CLI refactoring https://github.com/minio/kes/milestone/6\r\n\r\nThis commit adds support for parsing PEM private key files\r\nand printing their private key as API key.\r\n\r\nNow, the `kes identity` command is now able to generate API keys, print\r\nidentities of API keys or certificates and convert private key files to\r\nAPI keys. The existing sub-commands `new`, `of`, `info` `ls` are still\r\nsupported.\r\n\r\nAs of now, only private keys of type Ed25519 are supported.\r\n\r\nSigned-off-by: Andreas Auernhammer \r\n\r\n* Update cmd/kes/identity.go\r\n\r\nCo-authored-by: Shubhendu \r\nSigned-off-by: Andreas Auernhammer \r\n\r\n* Update internal/cli/term.go\r\n\r\nCo-authored-by: Harshavardhana \r\nSigned-off-by: Andreas Auernhammer \r\n\r\n---------\r\n\r\nSigned-off-by: Andreas Auernhammer \r\nCo-authored-by: Shubhendu \r\nCo-authored-by: Harshavardhana ","shortMessageHtmlLink":"cmd: support private keys in kes identity (#461)"}},{"before":"305440927621af4e443f47f5320f644303b0e169","after":"4c1b2e0a725f7b0a3b460689147ba10743d94fc9","ref":"refs/heads/identity","pushedAt":"2024-05-05T09:41:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"aead","name":"Andreas Auernhammer","path":"/aead","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20368805?s=80&v=4"},"commit":{"message":"Update internal/cli/term.go\n\nCo-authored-by: Harshavardhana \nSigned-off-by: Andreas Auernhammer ","shortMessageHtmlLink":"Update internal/cli/term.go"}},{"before":"d8f517a121a97ed1c5d751643ee28309cbf2fe1f","after":"305440927621af4e443f47f5320f644303b0e169","ref":"refs/heads/identity","pushedAt":"2024-05-04T06:45:47.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"aead","name":"Andreas Auernhammer","path":"/aead","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20368805?s=80&v=4"},"commit":{"message":"Update cmd/kes/identity.go\n\nCo-authored-by: Shubhendu \nSigned-off-by: Andreas Auernhammer ","shortMessageHtmlLink":"Update cmd/kes/identity.go"}},{"before":"4c2ec04d22307991fbc1f692bf6d74c327860cd5","after":null,"ref":"refs/heads/dep","pushedAt":"2024-05-04T06:45:33.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"aead","name":"Andreas Auernhammer","path":"/aead","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20368805?s=80&v=4"}},{"before":"4b6f9dcf85e7413761f71d8e8b88ed490cdb81a5","after":"e06e7101715688773806384218dd64a0ef380d9f","ref":"refs/heads/master","pushedAt":"2024-05-04T06:45:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"aead","name":"Andreas Auernhammer","path":"/aead","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20368805?s=80&v=4"},"commit":{"message":"update dependencies (#462)\n\nThis commit updates Hashicorp and AWS dependencies\r\nto address a security issue in a indirect dep.\r\n\r\nSigned-off-by: Andreas Auernhammer ","shortMessageHtmlLink":"update dependencies (#462)"}},{"before":"d25d53e9aa80a97bbebbb964926cca9d96c7ce82","after":"4c2ec04d22307991fbc1f692bf6d74c327860cd5","ref":"refs/heads/dep","pushedAt":"2024-05-03T19:46:43.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"aead","name":"Andreas Auernhammer","path":"/aead","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20368805?s=80&v=4"},"commit":{"message":"update dependencies\n\nThis commit updates Hashicorp and AWS dependencies\nto address a security issue in a indirect dep.\n\nSigned-off-by: Andreas Auernhammer ","shortMessageHtmlLink":"update dependencies"}},{"before":"b39d3b5e43795b81f7c3855b547daa9f6e6dd2cf","after":"d25d53e9aa80a97bbebbb964926cca9d96c7ce82","ref":"refs/heads/dep","pushedAt":"2024-05-03T19:23:17.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"aead","name":"Andreas Auernhammer","path":"/aead","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20368805?s=80&v=4"},"commit":{"message":"update dependencies\n\nThis commit updates Hashicorp and AWS dependencies\nto address a security issue in a indirect dep.\n\nSigned-off-by: Andreas Auernhammer ","shortMessageHtmlLink":"update dependencies"}},{"before":"c7761a20f1ff6b7400f52758c8f0c46048b64f13","after":"d8f517a121a97ed1c5d751643ee28309cbf2fe1f","ref":"refs/heads/identity","pushedAt":"2024-05-03T19:00:58.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"aead","name":"Andreas Auernhammer","path":"/aead","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20368805?s=80&v=4"},"commit":{"message":"Update cmd/kes/identity.go\n\nCo-authored-by: Shubhendu \nSigned-off-by: Andreas Auernhammer ","shortMessageHtmlLink":"Update cmd/kes/identity.go"}},{"before":"a4050a66fd181f3877d58b63b639d08908d6b0a1","after":"c7761a20f1ff6b7400f52758c8f0c46048b64f13","ref":"refs/heads/identity","pushedAt":"2024-05-03T19:00:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"aead","name":"Andreas Auernhammer","path":"/aead","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20368805?s=80&v=4"},"commit":{"message":"Update cmd/kes/identity.go\n\nCo-authored-by: Shubhendu \nSigned-off-by: Andreas Auernhammer ","shortMessageHtmlLink":"Update cmd/kes/identity.go"}},{"before":"f7b150f5e065ac191bdedca84a109f13aef513b9","after":"4b6f9dcf85e7413761f71d8e8b88ed490cdb81a5","ref":"refs/heads/master","pushedAt":"2024-05-03T15:55:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"harshavardhana","name":"Harshavardhana","path":"/harshavardhana","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/622699?s=80&v=4"},"commit":{"message":"Upgrade to non-legacy Azure SDK (#459)","shortMessageHtmlLink":"Upgrade to non-legacy Azure SDK (#459)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEXywtFwA","startCursor":null,"endCursor":null}},"title":"Activity ยท minio/kes"}