tico

command module
v0.0.0-...-2ca8d13 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 13, 2023 License: GPL-3.0 Imports: 5 Imported by: 0

README

Tico

The Tico project can sync serviceNow tags with Oracle Cloud

Getting started

Create a oracle cloud Application function.

In the application clone tico

git clone https://github.com/ercole-io/tico.git

Enter the project

cd tico

create the configuration config.toml:

[ServiceNow]
URL = "https://<YOUR INSTANCE>.service-now.com"
Username = ""
Password = ""
TableName = ""
    [ServiceNow.Match]
    Element=""


[OracleCloud]
User=""
Fingerprint="
Tenancy=""
Region=""
Key="""-----BEGIN PRIVATE KEY-----
<YOUR KEY>
-----END PRIVATE KEY-----"""
    [OracleCloud.OciTag]
    NamespaceId=""
    NamespaceName=""
    Name=""
    Description="Tag created by Tico"
    [OracleCloud.Match]
    Element=""

    [OracleCloud.OciObjectStorage]
    NamespaceName=""

    [OracleCloud.OciDrProtectionGroup]
    DrProtectionGroupId=""

Deploy your application

fn -v deploy --app <APPLICATION NAME>

Invoke

fn invoke <APPLICATION NAME> tico

or using the specific invoke endpoint

oci raw-request --http-method POST --target-uri <INVOKE ENDPOINT> --request-body ""

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL