terraform-provider-authlete

command module
v1.3.14 Latest Latest
Warning

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

Go to latest
Published: May 7, 2024 License: MPL-2.0 Imports: 5 Imported by: 0

README

Terraform Provider Scaffolding

This is a Terraform provider for managing configuration of your Authlete OAuth 2 and OpenID Connect services and clients.

👉 Authlete servers version 2.2+ are supported. (This includes the shared server at api.authlete.com)

Requirements

Building The Provider

  1. Clone the repository
  2. Enter the repository directory
  3. Build the provider using the make install command:
$ go mod tidy
$ make install

Using the provider

Checkout the documentation on Authlete website on how to use this provider

Developing the Provider

If you wish to work on the provider, you'll first need Go installed on your machine (see Requirements above).

To compile the provider, run go install. This will build the provider and put the provider binary in the $GOPATH/bin directory.

To generate or update documentation, run go generate.

In order to run the full suite of Acceptance tests, run make testacc.

Note: Acceptance tests create real resources, and often cost money to run.

$ export AUTHLETE_API_SERVER="https://api.authlete.com"
$ export AUTHLETE_SO_SECRET="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
$ export AUTHLETE_SO_KEY="XXXXXXXXXXXXXX"
$ make testacc

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

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