並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 13 件 / 13件

新着順 人気順

secretsの検索結果1 - 13 件 / 13件

  • Secrets from the Algorithm: Google Search’s Internal Engineering Documentation Has Leaked

    Google, if you’re reading this, it’s too late. Ok. Cracks knuckles. Let’s get right to it. Internal documentation for Google Search’s Content Warehouse API has leaked. Google’s internal microservices appear to mirror what Google Cloud Platform offers and the internal version of documentation for the deprecated Document AI Warehouse was accidentally published publicly to a code repository for the c

      Secrets from the Algorithm: Google Search’s Internal Engineering Documentation Has Leaked
    • GitHub - openbao/openbao: OpenBao exists to provide a software solution to manage, store, and distribute sensitive data including secrets, certificates, and keys.

      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 - openbao/openbao: OpenBao exists to provide a software solution to manage, store, and distribute sensitive data including secrets, certificates, and keys.
      • Secrets to Optimizing RAG LLM Apps for Better Accuracy, Performance and Lower Cost!

        It has been a few months since Retrieval Augmented Generation (RAG) was introduced as a pattern to build Large Language Model (LLM) apps. If you are unfamiliar with this pattern, I suggest you read this article first which lists out the pattern as one of the steps in building an enterprise LLM app. In short, RAG, also known as in-context or real-time learning, allows querying a corpus of data (for

          Secrets to Optimizing RAG LLM Apps for Better Accuracy, Performance and Lower Cost!
        • Bucket full of secrets – Terraform exfiltration | Mercari Engineering

          Background At Mercari, we utilize many microservices developed across multiple different teams. Each team has ownership over not only their code, but also the infrastructure necessary to run their services. To allow developers to take ownership of their infrastructure we use HashiCorp Terraform to define the infrastructure as code. Developers can use Terraform native resources or custom modules pr

          • Richard St. John:8 secrets of success (成功の8つの秘密) - Abundzu

            成功の8つの秘密:TEDの説明 Why do people succeed? Is it because they’re smart? Or are they just lucky? Neither. Analyst Richard St. John condenses years of interviews into an unmissable 3-minute slideshow on the real secrets of success. Richard St. John: 8 secrets of success | TED Talk | TED.com 1.PASSION  情熱 成功者はお金のためではなく、好きなことをやっています。 I’m driven by my passion. Freeman Thomas 私は情熱に突き動かされています。 フリーマン・トマス(クライス

              Richard St. John:8 secrets of success (成功の8つの秘密) - Abundzu
            • Ultimate guide to secrets in Lambda

              Securing your API Keys, database passwords, or SSH keys for Lambda Functions is tricky. This post compares Systems Manager, Secrets Manager, Key Management Service, and environment variables for handling your secrets in Lambda. We'll cover costs, features, performance, and more. Then we'll lay out a framework for considering the risk of your particular secret, so that you know what's best for your

                Ultimate guide to secrets in Lambda
              • 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
                • 第1話 / Project:;COLD case.614 Strawberry and secrets - 漫画:揚 茄子央/原作:Team Project:;COLD | コミックグロウル |無料で読めるWEBマンガ!

                  Project:;COLD case.614 Strawberry and secrets 漫画:揚 茄子央/原作:Team Project:;COLD 都市伝説から始まる、回旋曲的ミステリ。 女子高生達は予め決められた鏖殺を回避できるのかーー? 現実と仮想が交錯する不可逆性SNSミステリ『Project:;COLD』。 インターネットを中心に話題の本作が遂にコミカライズ!!!!

                    第1話 / Project:;COLD case.614 Strawberry and secrets - 漫画:揚 茄子央/原作:Team Project:;COLD | コミックグロウル |無料で読めるWEBマンガ!
                  • 認証情報を保護してセキュリティ確保!ECS on FargateからAuroraへの安全な接続をSecrets Managerで実現 - APC 技術ブログ

                    目次 目次 はじめに こんな方へおすすめの記事です 前提 参考 試してみた Secrets Managerの設定 Secrets Manager用のIAMロール作成 ポリシーの作成 IAMロールへのポリシー紐付け Secrets ManagerへのVPCエンドポイントの追加 バックエンドアプリケーションへの認証情報の設定 データベースへのアクセス確認 お知らせ はじめに こんにちは、クラウド事業部の清水(駿)です。 ECS on FargateからAuroraへの安全な接続するためのSecrets Managerへの認証情報の格納ついて調査・検証を行いました。 アプリケーションからデータベースに接続するには認証情報が必要です。しかし、ソースコードに認証情報を直接平文でベタ書きすることはセキュリティ上好ましくありません。 対処するためのテクニックとして、コンテナ内の環境変数として定義し、ソー

                      認証情報を保護してセキュリティ確保!ECS on FargateからAuroraへの安全な接続をSecrets Managerで実現 - APC 技術ブログ
                    • AWS Parameters and Secrets Lambda ExtensionをPythonのrequestsモジュールなしで使ってみた | DevelopersIO

                      こんにちは、つくぼし(tsukuboshi0755)です! LambdaでSSM Parameter StoreやSecrets Managerから値を取得する際に、AWS Parameters and Secrets Lambda Extension(以降Lambda Extension)を使うと、自前で実装しなくともキャッシュを利用でき、コストの削減やレイテンシーの改善を実現できます。 本機能をPythonで用いる場合、上記含め多くの記事でrequestsモジュールを用いたコードが記載されています。 requestsモジュールはコード量が少ないという特徴がある一方で、Python3.8以降では外部ライブラリになってしまっているため、使用する場合は別途レイヤーを作成する必要があります。これはちょっと面倒ですよね..。 そこで、今回はrequestsモジュールの代わりに、Python3.8

                        AWS Parameters and Secrets Lambda ExtensionをPythonのrequestsモジュールなしで使ってみた | DevelopersIO
                      • AWS Secrets Managerを使って本気でAWSアカウントを守る - Qiita

                        はじめに この記事はDevOps on AWS大全の一部です。 DevOps on AWS大全の一覧はこちら。 この記事ではAWS Secrets Managerに関連する内容を超詳細にまとめています。 具体的には以下流れで説明します。 AWS Secrets Managerとは AWS Secrets Managerの仕組み AWS Secrets Managerの活用 AWS Secrets Managerのベストプラクティス AWSの区分でいう「Level 200:トピックの入門知識を持っていることを前提に、ベストプラクティス、サービス機能を解説するレベル」の内容です。 この記事を読んでほしい人 AWS Secrets Managerがどういうサービスか説明できるようになりたい人 AWS Secrets Managerを採用するときのベストプラクティスを説明できるようになりたい人 A

                          AWS Secrets Managerを使って本気でAWSアカウントを守る - Qiita
                        • Keeping secrets out of public repositories

                          SecurityKeeping secrets out of public repositoriesWith push protection now enabled by default, GitHub helps open source developers safeguard their secrets, and their reputations. Accidental leaks of API keys, tokens, and other secrets risk security breaches, reputation damage, and legal liability at a mind-boggling scale. In just the first eight weeks of 2024, GitHub has detected over 1 million le

                            Keeping secrets out of public repositories
                          • 1992年のハッカー映画「スニーカーズ」の有名なデータ復号エフェクトを再現するコマンドラインツール「No More Secrets」

                            興行収入が1億ドル(約140億円)を超えるほど大ヒットした1992年のハッカー映画「スニーカーズ」に登場するデータ復号エフェクトを再現するコマンドラインツールが存在しているとのことなので、早速使ってハッカー気分を味わってみました。 bartobri/no-more-secrets: A command line tool that recreates the famous data decryption effect seen in the 1992 movie Sneakers. https://github.com/bartobri/no-more-secrets Unix/LinuxプラットフォームのパッケージマネージャーにNo More Secretsが含まれている場合もあるとのことですが、今回はDebianを利用して自分でビルドしていきます。最初に必要なツールをインストールしてお

                              1992年のハッカー映画「スニーカーズ」の有名なデータ復号エフェクトを再現するコマンドラインツール「No More Secrets」
                            1