-
summon-s3-0.2.0-0.2.git42b6d99.lbn25.x86_64
AWS S3 provider for Summon.
Provides access to secrets stored in Amazon S3.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
summon-vault4summon-0.4-0.1.gitcd31ff2.lbn25.x86_64
Providers for Summon are easy to write. Given the identifier of a secret, they either return its value or an error.
There is the contract:
They take one and only one argument, the identifier of a secret (a string). The argument can also be a flag with value -v or --version. The provider must return his version on stdout.
If retrieval is successful, they return the value on stdout with exit code 0.
If an error occurs, they return an error message on stderr with a non-0 exit code.
The default path for providers is /usr/local/lib/summon/. If one provider is in that path, summon will use it. If multiple providers are in the path, you can specify which one to use with the --provider flag, or the environment variable SUMMON_PROVIDER. If your providers are placed outside the default path, give summon the full path to them.
Variable IDs are used as identifiers for fetching Secrets. These are made up of a secret name (required) and secret key path (optional).
The Vault CLI to retrieve a secret is
vault kv get -field=mysecretkeypath secret/name
This provider are 2 implemented formats for Variable ID:
secret/name#mysecretkeypath as used by AWS Secrets Manager provider
secret/name/mysecretkeypath as used by Keepass kdbx database file provider
So the two commands below return the same value
summon --provider vault4summon --yaml 'hello: !var secret/name#mysecretkeypath' printenv hello
summon --provider vault4summon --yaml 'hello: !var secret/name/mysecretkeypath' printenv hello
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
python3-taiga-cli-0.3.8-1.lbn36.noarch
Taiga is project management software for cross-functional teams. Taiga has a
beautiful web interface; but to do better/quicker Scrum we've created this -
scrum on the command line; ScrumOps!!
Located in
LBN
/
…
/
Business
/
BastionLinux 36
-
python3-taiga-contrib-ldap-auth-ext-0.5-1.lbn36.noarch
Extended Taiga.io plugin for LDAP authentication. This is a fork of ensky/taiga-contrib-ldap-auth
which also retrieves the various contributions and other forks into one.
Located in
LBN
/
…
/
Business
/
BastionLinux 36
-
python3-taiga-contrib-protected-6.7.0-1.lbn36.noarch
Taiga-contrib-protected is a plugin (installed in taiga-back) that offers an alternative
storage system for Taiga. It works in conjunction with taiga-protected service and requires
a specific Nginx configuration.
Located in
LBN
/
…
/
Business
/
BastionLinux 36
-
python3-taiga-contrib-slack-5.5.1-1.lbn36.noarch
Located in
LBN
/
…
/
Business
/
BastionLinux 36
-
python3-tryton-7.4.4-1.lbn36.noarch
The desktop client of Tryton. Tryton is business software, ideal for companies
of any size, easy to use, complete and 100% Open Source. It provides
modularity, scalability and security.
Located in
LBN
/
…
/
Business
/
BastionLinux 36
-
python3-trytond-7.4.4-1.lbn36.noarch
The server of Tryton. Tryton is business software, ideal for companies of any
size, easy to use, complete and 100% Open Source. It provides modularity,
scalability and security.
Located in
LBN
/
…
/
Business
/
BastionLinux 36
-
python3-trytond-account-7.4.3-1.lbn36.noarch
Account Module The *Account Module* defines the fundamentals needed for basic
double entry accounting. It also includes templates for a basic chart of
accounts, balance sheet and income statement.
Located in
LBN
/
…
/
Business
/
BastionLinux 36
-
python3-trytond-account-asset-7.4.0-2.lbn36.noarch
The account_asset module adds the depreciation of fixed assets.
Asset
An Asset defines how an asset is depreciated. It is mainly defined by:
Product (of type “Assets”).
Journal.
Value, Depreciated Amount and Residual Value.
Start and End Date.
Depreciation Method:
Linear
Frequency:
Monthly
Yearly (using fixed year of 365 days)
Lines.
The asset can be in one of this states:
Draft
The depreciation lines can be created.
Running
The accounting moves of depreciation lines are posted.
Closed
The value of the asset has been completely depreciated.
A wizard “Create Assets Moves” allows to post all accounting move up to a date.
The day and the month when the move will posted are defined on the accounting
configuration.
Asset Line
An Asset Line defines for a date the value to depreciate.
Located in
LBN
/
…
/
Business
/
BastionLinux 36