Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Add support for management functionality #11

@lhriley

Description

@lhriley

As a developer, I want to be able to automate the creation of different resources within SecretHub by writing tools in Python.

Unfortunately, the Python SDK only handles basic functions centered around reading and writing secrets. This appears to be primarily a result of the current implementation of the https://github.com/secrethub/secrethub-xgo project as the features of the Python SDK are currently in parity with it.

Ideally, every SDK would have parity with the CLI / go code base functionality in order to avoid spawning the CLI in shell processes in order to accomplish various tasks.

High priority functionality might include:

  • Repo creation / deletion
  • Directory creation / deletion
  • Retrieval of audit logs
  • Listing contents of a path
  • Generating a random secret

Lower priority functionality might include:

  • Org management
  • ACL management
  • Service account management
  • etc

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions