並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 130件

新着順 人気順

secretsの検索結果1 - 40 件 / 130件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

secretsに関するエントリは130件あります。 securityセキュリティtechfeed などが関連タグです。 人気エントリには 『Docker Composeの環境変数ではなくsecretsで秘密情報を扱う - Qiita』などがあります。
  • Docker Composeの環境変数ではなくsecretsで秘密情報を扱う - Qiita

    概要 Dockerの本番環境で秘密情報を使う際に、環境変数を使うことは推奨されてません。 秘密情報を扱うには、コンテナオーケストレーションのsecret supportを使うことが推奨されてます。 Docker Composeには秘密情報を扱うために、secretsがあります。(Docker ComposeのsecretsはDocker Swarmと併用することが前提の機能です) 環境変数で秘密情報を扱う時の問題点 秘密情報を扱う時に、よくある方法として、環境変数を使う方法があります。 (この記事において、秘密情報とはパスワード、APIキーを想定します。) しかし、Dockerのドキュメントhttps://docs.docker.com/get-started/07_multi_container/ には While using env vars to set connection set

      Docker Composeの環境変数ではなくsecretsで秘密情報を扱う - Qiita
    • Secrets from the Algorithm: Google Search’s Internal Engineering Documentation Has Leaked

      Watch Our Google Algorithm Leak Webinar Replay Google, if you’re reading this, it’s too late. Ok. Cracks knuckles. Let’s get right to the Google algorithm leak. Internal documentation for Google Search’s Content Warehouse API has been discovered. Google’s internal microservices appear to mirror what Google Cloud Platform offers and the internal version of documentation for the deprecated Document

        Secrets from the Algorithm: Google Search’s Internal Engineering Documentation Has Leaked
      • CircleCI security alert: Rotate any secrets stored in CircleCI (Updated Jan 13)

        CircleCI security alert: Rotate any secrets stored in CircleCI (Updated Jan 13) Security update 01/13/2023 - 21:25 UTC Our full incident report is now available. Read the Report Security update 01/12/2023 - 00:30 UTC We have partnered with AWS to help notify all CircleCI customers whose AWS tokens may have been impacted as part of this security incident. Today, AWS began alerting customers via ema

          CircleCI security alert: Rotate any secrets stored in CircleCI (Updated Jan 13)
        • 悩みに悩んだ Kubernetes Secrets の管理方法、External Secrets を選んだ理由 | PLAID engineer blog

          悩みに悩んだ Kubernetes Secrets の管理方法、External Secrets を選んだ理由#ops#Kubernetes#k8s#gitops#secret

            悩みに悩んだ Kubernetes Secrets の管理方法、External Secrets を選んだ理由 | PLAID engineer blog
          • GitHub - tellerops/teller: Cloud native secrets management for developers - never leave your command line for secrets.

            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

              GitHub - tellerops/teller: Cloud native secrets management for developers - never leave your command line for secrets.
            • GitHub Actions上でPRを作る時はsecrets.GITHUB_TOKENは使わない方がよさそう - くりにっき

              事象 GitHub Actions上で使える secrets.GITHUB_TOKEN だと別のジョブを起動できないというのが一番の理由。 https://docs.github.com/en/actions/reference/events-that-trigger-workflows#triggering-new-workflows-using-a-personal-access-token 具体的にどういうケースで困るのかというと、GitHub Actions上でPRを作った場合にそのPRに対するビルドが行われません。 普通だったらコミットIDの左側に✔が出るはずなんだけど出ない図 pushやPRなどのビルドをGitHub Actions以外(例:CircleCIなど)で行っている場合には問題ないです。 解決策 いくつか案はあるのですが現状だと GitHub App Token を使

                GitHub Actions上でPRを作る時はsecrets.GITHUB_TOKENは使わない方がよさそう - くりにっき
              • Terraform でAWS 環境にDockle + git-secrets を組み込んだCIを構築する - Qiita

                はじめに コンテナセキュリティのガイドライン NIST SP800-190(アプリケーションコンテナセキュリティガイド) では、イメージのリスクの1つとして 「イメージの設定の不備」 について言及されています。 さらに、NIST SP800-190 では、このリスクへの対策として、 「セキュアな設定のベストプラクティスへの準拠を検証および実施するためのツールとプロセスを採用すること」 を推奨しています。 本記事では、この 「イメージの設定の不備」 へのリスク対策ツールとして、Dockle とgit-secrets を採用し、このツール群を組み込んだCI パイプライン(ビルドのプロセス)をTerraform でAWS 環境に構築する方法を記載しています。 コンテナイメージのセキュリティ対策の一例として参考になれば幸いです。 Terraform で構築する全体構成図 構成の概要 Dockerf

                  Terraform でAWS 環境にDockle + git-secrets を組み込んだCIを構築する - Qiita
                • Kubernetes External SecretsからExternal Secrets Operatorに移行した話 〜他ツールとの比較・移行戦略・工夫したポイント〜 - ZOZO TECH BLOG

                  はじめに こんにちは、SRE部ECプラットフォーム基盤SREブロックの織田です。普段は主にZOZOTOWNのリプレイスやインフラを改善、運用しています。 本記事では、Secret管理コンポーネントであるKubernetes External Secrets(以降、KESと表記)の非推奨を受けて、どのような対応を実施したのか紹介します。 目次 はじめに 目次 なぜSecret管理コンポーネントを利用するのか? Kubernetes External Secrets(KES)について KESとは? KESを使ったKubernetes構成 KESの非推奨について 移行先の選定 優先事項の決定 移行先の検討、比較 移行先の決定 External Secrets Operator(ESO)について ESOのアーキテクチャ 移行における注意点や変更点 移行の実施 移行方法 工夫したポイント 最後に な

                    Kubernetes External SecretsからExternal Secrets Operatorに移行した話 〜他ツールとの比較・移行戦略・工夫したポイント〜 - ZOZO TECH BLOG
                  • git-secretsを使用してAWSアクセスキーのコミットを防ぐ方法の紹介 | DevelopersIO

                    CX事業本部Delivery部のアベシです。 この記事ではgit-secrets使用してAWSアクセスキーのコミットを防止する仕組みの導入方法について紹介します。 弊社の以下のブログにあるような実際の出来事では、アクセスキーが流出してから10分程度でマイニングに不正利用されてます。※ 弊社作業による流出ではありません。 【実録】アクセスキー流出、攻撃者のとった行動とその対策 このように、アクセスキーは流出するとすぐに利用されてしまうほど狙われやすい認証情報となっています。 このような被害を無くすために、AWSを使う方には是非今回のような対策をしていただけたらなと思います。 git-secretsについて git-secretsに登録したパターンに合致するシークレット情報が、コードに含まれていないかチェックできます。 GitHub - awslabs/git-secrets 実装方法の概要

                      git-secretsを使用してAWSアクセスキーのコミットを防ぐ方法の紹介 | DevelopersIO
                    • API Keys Security & Secrets Management Best Practices - GitGuardian Blog

                      Best Practices for Managing and Storing Secrets Including API Keys and Other Credentials [cheat sheet included]

                        API Keys Security & Secrets Management Best Practices - GitGuardian Blog
                      • GitHub Personal Access Tokenをコミットする人がいた話、類似例、漏洩対策ツール【GitHub Secret scanning、gitleaks、git-secrets、gitguardian】

                        GitHub Personal Access Tokenをコミットする人がいた話、類似例、漏洩対策ツール【GitHub Secret scanning、gitleaks、git-secrets、gitguardian】 by nao · 公開済み 2025年4月27日 · 更新済み 2025年4月27日 前書き:セキュリティのお勉強中 本記事は、ユーザー2376名のGitHub リポジトリ8017件を調べたら、GitHub Personal Access Token 16件(全て失効済み)が見つかったという話です。悪用されたら困るので、トークン探しに使ったコードは公開しません。 このような調査をした理由は、セキュリティツールを開発するための下調べをしたかったからです。 現職では不正対策に関わることになったので、最近はセキュリティスキルを伸ばしていこうとしています。セキュリティ分野はセキュリ

                          GitHub Personal Access Tokenをコミットする人がいた話、類似例、漏洩対策ツール【GitHub Secret scanning、gitleaks、git-secrets、gitguardian】
                        • Terraform 1.10 improves handling secrets in state with ephemeral values

                          Today, we are announcing the general availability of HashiCorp Terraform 1.10, which is ready for download and immediately available for use in HCP Terraform. This version introduces ephemeral values, for secure secrets handling and other improvements. Ephemeral values to enable secure handling of secrets Terraform’s management of infrastructure involves handling secrets, such as private keys, cer

                            Terraform 1.10 improves handling secrets in state with ephemeral values
                          • A Guide to Secrets Management with GitOps and Kubernetes

                            Rationale The entire premise behind GitOps is to use Git as the source of truth for infrastructure and application configuration, taking advantage of Git workflows, while at the same time, having automation that realizes the configurations described in Git repositories (GitOps operators when we are deploying to Kubernetes). That said, both infrastructure configuration and application configuration

                              A Guide to Secrets Management with GitOps and Kubernetes
                            • HashiCorp、シンプルなシークレット管理クラウドサービス「HCP Vault Secrets」パブリックベータ公開。シークレットを集中管理し環境変数で提供

                              HashiCorpは、ソフトウェア実行時に必要となるトークンやパスワードといった、いわゆるシークレットを安全に保管し提供するクラウドサービス「HCP Vault Secrets」をパブリックベータとして公開したことを発表しました。 同社はシークレットを管理するソフトウェアとして、以前からオープンソース版の「Vault」を公開しており、それを企業向けに強化した商用版のソフトウェア「Vault Enterprise」、そしてVault Enterpriseをクラウド上でマネージドサービスとして提供する「HCP Vault」を既に提供しています。 今回パブリックベータとなった「HCP Vault Secrets」は、HCP Vaultをシンプルにし使いやすくしたサービスであり、HTTP専用で、HCP Vaultのクラスタサイズやバージョンなどの構成を気にすることなく、サーバレスのようなサービスと

                                HashiCorp、シンプルなシークレット管理クラウドサービス「HCP Vault Secrets」パブリックベータ公開。シークレットを集中管理し環境変数で提供
                              • GitHub - aws/aws-secretsmanager-agent: The AWS Secrets Manager Agent is a local HTTP service that you can install and use in your compute environments to read secrets from Secrets Manager and cache them in memory.

                                The AWS Secrets Manager Agent is a client-side HTTP service that you can use to standardize consumption of secrets from Secrets Manager across environments such as AWS Lambda, Amazon Elastic Container Service, Amazon Elastic Kubernetes Service, and Amazon Elastic Compute Cloud. The Secrets Manager Agent can retrieve and cache secrets in memory so that your applications can consume secrets directly

                                  GitHub - aws/aws-secretsmanager-agent: The AWS Secrets Manager Agent is a local HTTP service that you can install and use in your compute environments to read secrets from Secrets Manager and cache them in memory.
                                • Announcing AWS Parameters and Secrets Lambda Extension

                                  Today, AWS launched the AWS Parameters and Secrets Lambda Extension, a convenient method for AWS Lambda users to retrieve parameters from AWS Systems Manager Parameter Store and secrets from AWS Secrets Manager. AWS Lambda customers can leverage this extension to improve their application performance as it decreases the latency and the cost of retrieving parameters and secrets. Previously, custome

                                    Announcing AWS Parameters and Secrets Lambda Extension
                                  • マルチテナントKubernetes環境のKubernetes External Secrets が非推奨になるので External Secrets Operatorへ移行した話 - DMM inside

                                    マルチテナントKubernetes環境のKubernetes External Secrets が非推奨になるので External Secrets Operatorへ移行した話

                                      マルチテナントKubernetes環境のKubernetes External Secrets が非推奨になるので External Secrets Operatorへ移行した話 - DMM inside
                                    • Amazon RDS announces integration with AWS Secrets Manager

                                      Amazon RDS now supports integration with AWS Secrets Manager to streamline how you manage your master user password for your RDS database instances. With this feature, RDS fully manages the master user password and stores it in AWS Secrets Manager whenever your RDS database instances are created, modified, or restored. The new feature supports the entire lifecycle maintenance for your RDS master u

                                        Amazon RDS announces integration with AWS Secrets Manager
                                      • 【メダリスト】名港杯 初級女子FS 三家田涼佳「Secrets of the Toy Chest」滑走シーン|score05「名港杯 初級女子FS(後)」より

                                        score05「名港杯 初級女子FS(後)」より、ミケの滑走シーンをご紹介! *ON AIR* 毎週土曜深夜1時30分~ テレビ朝日系全国24局ネット“NUMAnimation”枠で放送中! CSテレ朝チャンネル1 毎週日曜夜9時00分~ BS朝日 毎週月曜夜11時24分~ *STREAMING* ディズニープラス「スター」にて単独最速配信中! ディズニープラス「スター」 毎週土曜深夜2時00分~ その他サイトも毎週木曜深夜2時00分~以降、順次配信中 *MUSIC* オープニング主題歌:米津玄師「BOW AND ARROW」 エンディング主題歌:ねぐせ。「アタシのドレス」 *INTRODUCTION* スケーターとして挫折した青年・明浦路司が出会ったのは、 フィギュアスケートの世界に憧れを抱く少女・結束いのり。 リンクへの執念を秘めたいのりに突き動かされ、司は自らコーチを引き受

                                          【メダリスト】名港杯 初級女子FS 三家田涼佳「Secrets of the Toy Chest」滑走シーン|score05「名港杯 初級女子FS(後)」より
                                        • AWS Parameters and Secrets Lambda Extensionの実装について色々確認してみた | DevelopersIO

                                          CX事業本部@大阪の岩田です。 AWS Parameters and Secrets Lambda Extensionの実装が気になったので色々試してみました。 レスポンスヘッダー AWS Parameters and Secrets Lambda ExtensionはLambda実行環境内でHTTPサーバーを起動します。このHTTPサーバーがパラメータやSecretの取得リクエストを処理してくれるわけですが、レスポンスヘッダに何か特徴は無いのでしょうか?試しに以下のコードを実行してレスポンスヘッダを確認してみましょう。 import json from urllib import request import os from pprint import pprint def lambda_handler(event, context): headers = { 'X-Aws-Parame

                                            AWS Parameters and Secrets Lambda Extensionの実装について色々確認してみた | DevelopersIO
                                          • Doppler: Enter the New Era of Secure Secrets Management | Cloud-Based Platform

                                            Doppler’s developer-first security platform empowers teams to seamlessly manage, orchestrate, and govern secrets at scale.

                                              Doppler: Enter the New Era of Secure Secrets Management | Cloud-Based Platform
                                            • Introducing 1Password Secrets Automation | 1Password

                                              Secure, orchestrate, and manage your company’s infrastructure secrets with 1Password Secrets Automation. Today is a big day at 1Password. Today, we’re launching 1Password Secrets Automation, a new way to secure, orchestrate, and manage your company’s infrastructure secrets. With the addition of Secrets Automation, 1Password can now protect all of your company’s secrets in one place. Passwords and

                                                Introducing 1Password Secrets Automation | 1Password
                                              • AWS Parameters and Secrets Lambda Extension つかってみた - Qiita

                                                はじめに 2022/10/18 に AWS Parameters and Secrets Lambda Extension が利用できるようになりました。 AWS から提供される Lambda Extensions を使用して AWS Systems Manager Parameter Store からパラメーターを取得したり、AWS Secrets Manager からシークレットを取得したりできるようになります。 何が嬉しいのか これまでは Lambda 関数の処理内で AWS SDK 等を使用してパラメーターやシークレットを取得していました。今回の拡張機能を使用することでこれらの値をキャッシュし、Lambda 関数のライフサイクル内で再利用できるようになります。これによりパラメーターやシークレットを取得するためのレイテンシーとコストが削減されます。 基本的な使い方 以下のドキュメント

                                                  AWS Parameters and Secrets Lambda Extension つかってみた - Qiita
                                                • Abandoned Russian base holds secrets of retreat in Ukraine

                                                  When Russian troops fled the Ukrainian town of Balakliia last month, they left behind thousands of documents that detail the inner workings of the Russian war machine. By MARI SAITO, MARIA TSVETKOVA and ANTON ZVEREV Photographs by ZOHRA BENSEMRA Filed: Oct. 26, 2022, 11 a.m. GMT BALAKLIIA, Ukraine – The Russian soldiers had fled weeks before. But they left their traces everywhere. Concrete steps l

                                                    Abandoned Russian base holds secrets of retreat in Ukraine
                                                  • [GitHub]secrets.GITHUB_TOKENで実行できる権限について簡単ながらマッピングしてみた | DevelopersIO

                                                    はじめに Workflow内でREST APIをsecrets.GITHUB_TOKENと共に実行していたところ、Resource not accessible by integration というメッセージに遭遇しました。権限がないということです。 APIを実行する場合に渡すTokenとしては secrets.GITHUB_TOKEN Personal Access Token の2つと、GitHub App tokenがあります。これはGitHub Appを元にTokenを生成するというものです。 権限のスコープ面からみると以下の通り。 - メリット デメリット

                                                      [GitHub]secrets.GITHUB_TOKENで実行できる権限について簡単ながらマッピングしてみた | DevelopersIO
                                                    • Cloudflare、シークレットを安全に管理できる「Cloudflare Secrets Store」ベータ公開

                                                      Cloudflare、シークレットを安全に管理できる「Cloudflare Secrets Store」ベータ公開 Cloudflareはトークンやパスワードといった、いわゆるシークレットを安全に保管し管理できる新サービス「Cloudflare Secrets Store」のベータ公開を発表しました。 Securely store, manage, and deploy account level secrets to Cloudflare Workers through Cloudflare Secrets Store, now available in beta – with role-based access control, audit logging, and Wrangler support. https://t.co/iQlUXGhGGf #DeveloperWeek — C

                                                        Cloudflare、シークレットを安全に管理できる「Cloudflare Secrets Store」ベータ公開
                                                      • AWS App Runner now supports retrieving secrets and configuration from AWS Secrets Manager and AWS Systems Manager

                                                        AWS App Runner now supports retrieving secrets and configuration data stored in AWS Secrets Manager and AWS Systems Manager (SSM) Parameter Store in an App Runner service as runtime environment variables. App Runner makes it easier for developers to quickly deploy containerized web applications and APIs to the cloud, at scale, and without managing infrastructure. Many web applications and APIs acc

                                                          AWS App Runner now supports retrieving secrets and configuration from AWS Secrets Manager and AWS Systems Manager
                                                        • GitHub - Infisical/infisical: ♾ Infisical is the open-source secret management platform: Sync secrets across your team/infrastructure, prevent secret leaks, and manage internal PKI

                                                          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                            GitHub - Infisical/infisical: ♾ Infisical is the open-source secret management platform: Sync secrets across your team/infrastructure, prevent secret leaks, and manage internal PKI
                                                          • Heroku CI and Review App Secrets Compromised | Hacker News

                                                            Just got an email from Salesforce: "Action Required: Heroku security notification".Looks like the database that stores pipeline-level config variables for both Review Apps and Heroku CI were compromised. Per Heroku, "...any secrets you set in Review Apps and Heroku CI config may have been compromised and should be rotated". This...is really messed up :/ Text of the email: At Salesforce, we underst

                                                            • 勉強してると死んじゃう長男、ハリポタシリーズ第2巻『Harry Potter and the Chamber of Secrets』読了 - まったり英語育児雑記帳

                                                              長男、ハリーポッター第2巻『Harry Potter and the Chamber of Secrets』を読み終えました。 「Harry Potter and the Chamber of Secrets」 Harry Potter and the Chamber of Secrets 英語版 J.K. Rowling (著) ペーパーバック – 2014/9/1 Amazon 楽天 英検前はペースダウンして読み進めていたハリポタ。 長男にとっては、英検勉強中の息抜きとして重要な時間だったそうです。 英語の勉強の息抜きが英語の本、、これが英語脳でしょうか。 面白い!と言いながら読み進めて、ついにハリポタ2冊目読了です。 そんな長男に、 「英検の2次が控えてるから、それまでは朝の音読時間を面接練習にしようよ!」 と提案しました。 2次試験まであと1週間ちょっと。 さすがにしっかり対策して

                                                                勉強してると死んじゃう長男、ハリポタシリーズ第2巻『Harry Potter and the Chamber of Secrets』読了 - まったり英語育児雑記帳
                                                              • Postman is logging all your secrets and environment variables

                                                                I was originally investigating this report that Postman is not HIPAA compliant. I found that Postman is not just wholly unsuitable for anyone testing a healthcare application — it has virtually zero regard for the privacy of any of its users, and has probably logged every secret string you have ever given it. Charles ProxyThis investigation would not have been possible (or so effortless) without C

                                                                  Postman is logging all your secrets and environment variables
                                                                • Navy nuclear engineer and his wife charged with trying to share submarine secrets with a foreign country

                                                                  A Navy nuclear engineer and his wife have been charged with repeatedly trying to pass secrets about U.S. nuclear submarines to a foreign country, in an alleged espionage plot discovered by the FBI, according to court documents. Authorities say Jonathan Toebbe, who has a top-secret clearance, “has passed, and continues to pass, Restricted Data as defined by the Atomic Energy Act . . . to a foreign

                                                                    Navy nuclear engineer and his wife charged with trying to share submarine secrets with a foreign country
                                                                  • Infisical is an open-source end-to-end platform to manage secrets and configuration across your team and infrastructure.

                                                                    Excited for KubeCon? Join us at Booth S490 on April 1-4 and get some Infisical merch!

                                                                    • Vault Secrets Operator と HCP Vault で Kubernetes のシークレットを管理しよう - APC 技術ブログ

                                                                      はじめまして、ACS 事業部の埜下です。 みなさんは Kubernetes のシークレットはどのように管理されていますか? 先日、HashiCorp 社から「Vault Secrets Operator」がプレビュー公開されました。 また、2023/2 には HCP Vault on Azure が GA しました。 そこで、今回はシークレット管理についてお伝えしつつ、Vault Secrets Operator と HCP Vault on Azure を組み合わせたシークレット管理の動作確認の内容についてもお伝えします。 はじめに シークレット管理の必要性 Vault Secrets Operator について HCP Vault on Azure について 今回の目的 前提条件 環境構築 HashiCorp Virtual Network 作成 Azure VNet ピアリング HV

                                                                        Vault Secrets Operator と HCP Vault で Kubernetes のシークレットを管理しよう - APC 技術ブログ
                                                                      • How a computer that 'drunk dials' videos is exposing YouTube's secrets

                                                                        YouTube is about to turn 20. An unusual research method is unveiling statistics about the platform that Google would rather keep hidden. YouTube may not seem secretive. It's public facing. You can watch an endless stream of content from now until your dying breath. There's been a mountain of research about the platform, unpacking everything from the commodified economy that surrounds it to the rad

                                                                          How a computer that 'drunk dials' videos is exposing YouTube's secrets
                                                                        • GitHub Actions: Environments, environment protection rules and environment secrets (beta) · GitHub Changelog

                                                                          AI & MLLearn about artificial intelligence and machine learning across the GitHub ecosystem and the wider industry. Generative AILearn how to build with generative AI. GitHub CopilotChange how you work with GitHub Copilot. LLMsEverything developers need to know about LLMs. Machine learningMachine learning tips, tricks, and best practices. How AI code generation worksExplore the capabilities and be

                                                                            GitHub Actions: Environments, environment protection rules and environment secrets (beta) · GitHub Changelog
                                                                          • Developer Tools secrets that shouldn’t be secrets | Christian Heilmann

                                                                            Update: As this is blowing up on Hackernews I added information to each of the tips in which environment they are supported in parenthesis after each heading. When I state “Chromium browsers”, this refers to all browsers that use the Chromium core and also feature all the Developer Tools. This is Chrome, Microsoft Edge, Brave and many more. As a reminder: Microsoft Edge is the browser that comes w

                                                                            • Secrets ManagerとParameter Storeの違いについてまとめてみた | DevelopersIO

                                                                              Secrets Manager Secrets Manager とは AWS Secrets Manager とは AWS Secrets Manager は、アプリケーション、サービス、および IT リソースへのアクセスを管理するのに役立ちます。 これだけではよくわからないと思うので、特徴について整理します。 Secrets Manager の機能 シークレットの保存と管理 Secrets Manager は、セキュリティが重要な情報を暗号化して保存し、必要に応じてアクセスを提供します。AWS KMS(Key Management Service)を使用してシークレットを暗号化することで、データの安全性を確保します。 自動ローテーション シークレットを定期的に変更することはセキュリティのベストプラクティスです。Secrets Manager は、特定のスケジュールに基づいてシークレットを

                                                                                Secrets ManagerとParameter Storeの違いについてまとめてみた | DevelopersIO
                                                                              • より安全なKubernetes Secrets管理のためのエコシステムの開発

                                                                                ヤフー株式会社は、2023年10月1日にLINEヤフー株式会社になりました。LINEヤフー株式会社の新しいブログはこちらです。LINEヤフー Tech Blog ヤフー社内のKubernetes環境における、シークレットデータの扱いに関して紹介します。 ヤフーでは、Secrets Store CSI Driver(以下、SSCD)というプロジェクトを、社内のKubernetesプラットフォーム向けにエコシステムとして導入しました。なぜ私たちがSSCDをエコシステムとして導入する必要があったのかを説明します。 社内データ保護の一環として、ヤフーでは自社開発のSecrets Managerを運用しています。各シークレットデータの保護に加え、RevokeやバージョンコントロールなどパブリッククラウドにあるSecrets Managerと同様の機能を有しています。ストアしているシークレットデータは

                                                                                  より安全なKubernetes Secrets管理のためのエコシステムの開発
                                                                                • GitHub - dwisiswant0/apkleaks: Scanning APK file for URIs, endpoints & secrets.

                                                                                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                                    GitHub - dwisiswant0/apkleaks: Scanning APK file for URIs, endpoints & secrets.

                                                                                  新着記事