Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
This is a shared codebase for ``gcloud-rest-auth`` and ``gcloud-rest-auth``
This library implements an IamClient
class, which can be used to interact
with GCP public keys and URL sign blobs.
It also implements an IapToken
class which is used for authorizing against
an Identity-Aware Proxy
_ (IAP) secured GCP service. IAP uses identity tokens
which are specific to the target service and allows administrators to configure
a list of identities (ex. service accounts, users, or groups) that may access
the service. Therefore each IapToken
instance corresponds to an ID token
which may be used to authorize against a single IAP service.
It additionally implements a Token
class, which is used for authorizing
against Google Cloud. The other gcloud-rest-*
package components accept a
Token
instance as an argument; you can define a single token for all of
these components or define one for each. Each component corresponds to a given
Google Cloud service and each service requires various "scopes
_".
|pypi| |pythons|
.. code-block:: console
$ pip install --upgrade gcloud-{aio,rest}-auth
See our docs
_.
Please see our contributing guide
_.
.. _contributing guide: https://github.com/talkiq/gcloud-rest/blob/master/.github/CONTRIBUTING.rst .. _our docs: https://talkiq.github.io/gcloud-rest .. _Identity-Aware Proxy: https://cloud.google.com/iap .. _scopes: https://developers.google.com/identity/protocols/googlescopes
.. |pypi| image:: https://img.shields.io/pypi/v/gcloud-rest-auth.svg?style=flat-square :alt: Latest PyPI Version (gcloud-rest-auth) :target: https://pypi.org/project/gcloud-rest-auth/
.. |pythons| image:: https://img.shields.io/pypi/pyversions/gcloud-rest-auth.svg?style=flat-square&label=python :alt: Python Version Support :target: https://pypi.org/project/gcloud-rest-auth/
FAQs
Python Client for Google Cloud Auth
We found that gcloud-rest-auth demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.