diff options
author | CoprDistGit <infra@openeuler.org> | 2023-05-05 07:16:57 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-05-05 07:16:57 +0000 |
commit | 416772acb76fb46378567096f953160c5a6a0028 (patch) | |
tree | 4856432e841b2b2e364b24afcc2ef8d0c97aa860 | |
parent | c119e60584800ee06b5c155b3349cbb5c168da06 (diff) |
automatic import of python-pulumi-oktaopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-pulumi-okta.spec | 267 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 269 insertions, 0 deletions
@@ -0,0 +1 @@ +/pulumi_okta-3.23.0.tar.gz diff --git a/python-pulumi-okta.spec b/python-pulumi-okta.spec new file mode 100644 index 0000000..6432084 --- /dev/null +++ b/python-pulumi-okta.spec @@ -0,0 +1,267 @@ +%global _empty_manifest_terminate_build 0 +Name: python-pulumi-okta +Version: 3.23.0 +Release: 1 +Summary: A Pulumi package for creating and managing okta resources. +License: Apache-2.0 +URL: https://pulumi.io +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/4d/a4/0836b7cac83ef7a3eb2da4812feabb03d0b810929a04a9ae7383c1895060/pulumi_okta-3.23.0.tar.gz +BuildArch: noarch + + +%description +r[](https://github.com/pulumi/pulumi-okta/actions) +[](https://slack.pulumi.com) +[](https://www.npmjs.com/package/@pulumi/okta) +[](https://pypi.org/project/pulumi-okta) +[](https://badge.fury.io/nu/pulumi.okta) +[](https://pkg.go.dev/github.com/pulumi/pulumi-okta/sdk/v3/go) +[](https://github.com/pulumi/pulumi-okta/blob/master/LICENSE) + +# Okta Resource Provider + +The Okta resource provider for Pulumi lets you manage Okta resources in your cloud programs. To use +this package, please [install the Pulumi CLI first](https://pulumi.io/). + +## Installing + +This package is available in many languages in the standard packaging formats. + +### Node.js (Java/TypeScript) + +To use from JavaScript or TypeScript in Node.js, install using either `npm`: + + $ npm install @pulumi/okta + +or `yarn`: + + $ yarn add @pulumi/okta + +### Python + +To use from Python, install using `pip`: + + $ pip install pulumi_okta + +### Go + +To use from Go, use `go get` to grab the latest version of the library + + $ go get github.com/pulumi/pulumi-okta/sdk/v3 + +### .NET + +To use from .NET, install using `dotnet add package`: + + $ dotnet add package Pulumi.Okta + +## Configuration + +The following configuration points are available: + +- `okta:orgName` - (Required) This is the org name of your Okta account, for example dev-123.oktapreview.com would have +an org name of dev-123. May be set via the `OKTA_ORG_NAME` environment variable. +- `okta:baseUrl` - (Required) This is the domain of your Okta account, for example `dev-123.oktapreview.com` would have +a base url of `oktapreview.com`. May be set via the `OKTA_BASE_URL` environment variable. +- `okta:apiToken` - (Required) This is the API token to interact with your Okta org. May be set via the `OKTA_API_TOKEN` +environment variable. +- `okta:backoff` - (Optional) Whether to use exponential back off strategy for rate limits, the default is `true`. +- `okta:maxRetries` - (Optional) Maximum number of retries to attempt before returning an error, the default is `5`. +- `okta:maxWaitSeconds` - (Optional) Maximum seconds to wait when rate limit is hit, the default is `300`. +- `okta:minWaitSeconds` - (Optional) Minimum seconds to wait when rate limit is hit, the default is `30`. + +## Reference + +For further information, please visit [the Okta provider docs](https://www.pulumi.com/docs/intro/cloud-providers/okta) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/okta). + + + + +%package -n python3-pulumi-okta +Summary: A Pulumi package for creating and managing okta resources. +Provides: python-pulumi-okta +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-pulumi-okta +r[](https://github.com/pulumi/pulumi-okta/actions) +[](https://slack.pulumi.com) +[](https://www.npmjs.com/package/@pulumi/okta) +[](https://pypi.org/project/pulumi-okta) +[](https://badge.fury.io/nu/pulumi.okta) +[](https://pkg.go.dev/github.com/pulumi/pulumi-okta/sdk/v3/go) +[](https://github.com/pulumi/pulumi-okta/blob/master/LICENSE) + +# Okta Resource Provider + +The Okta resource provider for Pulumi lets you manage Okta resources in your cloud programs. To use +this package, please [install the Pulumi CLI first](https://pulumi.io/). + +## Installing + +This package is available in many languages in the standard packaging formats. + +### Node.js (Java/TypeScript) + +To use from JavaScript or TypeScript in Node.js, install using either `npm`: + + $ npm install @pulumi/okta + +or `yarn`: + + $ yarn add @pulumi/okta + +### Python + +To use from Python, install using `pip`: + + $ pip install pulumi_okta + +### Go + +To use from Go, use `go get` to grab the latest version of the library + + $ go get github.com/pulumi/pulumi-okta/sdk/v3 + +### .NET + +To use from .NET, install using `dotnet add package`: + + $ dotnet add package Pulumi.Okta + +## Configuration + +The following configuration points are available: + +- `okta:orgName` - (Required) This is the org name of your Okta account, for example dev-123.oktapreview.com would have +an org name of dev-123. May be set via the `OKTA_ORG_NAME` environment variable. +- `okta:baseUrl` - (Required) This is the domain of your Okta account, for example `dev-123.oktapreview.com` would have +a base url of `oktapreview.com`. May be set via the `OKTA_BASE_URL` environment variable. +- `okta:apiToken` - (Required) This is the API token to interact with your Okta org. May be set via the `OKTA_API_TOKEN` +environment variable. +- `okta:backoff` - (Optional) Whether to use exponential back off strategy for rate limits, the default is `true`. +- `okta:maxRetries` - (Optional) Maximum number of retries to attempt before returning an error, the default is `5`. +- `okta:maxWaitSeconds` - (Optional) Maximum seconds to wait when rate limit is hit, the default is `300`. +- `okta:minWaitSeconds` - (Optional) Minimum seconds to wait when rate limit is hit, the default is `30`. + +## Reference + +For further information, please visit [the Okta provider docs](https://www.pulumi.com/docs/intro/cloud-providers/okta) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/okta). + + + + +%package help +Summary: Development documents and examples for pulumi-okta +Provides: python3-pulumi-okta-doc +%description help +r[](https://github.com/pulumi/pulumi-okta/actions) +[](https://slack.pulumi.com) +[](https://www.npmjs.com/package/@pulumi/okta) +[](https://pypi.org/project/pulumi-okta) +[](https://badge.fury.io/nu/pulumi.okta) +[](https://pkg.go.dev/github.com/pulumi/pulumi-okta/sdk/v3/go) +[](https://github.com/pulumi/pulumi-okta/blob/master/LICENSE) + +# Okta Resource Provider + +The Okta resource provider for Pulumi lets you manage Okta resources in your cloud programs. To use +this package, please [install the Pulumi CLI first](https://pulumi.io/). + +## Installing + +This package is available in many languages in the standard packaging formats. + +### Node.js (Java/TypeScript) + +To use from JavaScript or TypeScript in Node.js, install using either `npm`: + + $ npm install @pulumi/okta + +or `yarn`: + + $ yarn add @pulumi/okta + +### Python + +To use from Python, install using `pip`: + + $ pip install pulumi_okta + +### Go + +To use from Go, use `go get` to grab the latest version of the library + + $ go get github.com/pulumi/pulumi-okta/sdk/v3 + +### .NET + +To use from .NET, install using `dotnet add package`: + + $ dotnet add package Pulumi.Okta + +## Configuration + +The following configuration points are available: + +- `okta:orgName` - (Required) This is the org name of your Okta account, for example dev-123.oktapreview.com would have +an org name of dev-123. May be set via the `OKTA_ORG_NAME` environment variable. +- `okta:baseUrl` - (Required) This is the domain of your Okta account, for example `dev-123.oktapreview.com` would have +a base url of `oktapreview.com`. May be set via the `OKTA_BASE_URL` environment variable. +- `okta:apiToken` - (Required) This is the API token to interact with your Okta org. May be set via the `OKTA_API_TOKEN` +environment variable. +- `okta:backoff` - (Optional) Whether to use exponential back off strategy for rate limits, the default is `true`. +- `okta:maxRetries` - (Optional) Maximum number of retries to attempt before returning an error, the default is `5`. +- `okta:maxWaitSeconds` - (Optional) Maximum seconds to wait when rate limit is hit, the default is `300`. +- `okta:minWaitSeconds` - (Optional) Minimum seconds to wait when rate limit is hit, the default is `30`. + +## Reference + +For further information, please visit [the Okta provider docs](https://www.pulumi.com/docs/intro/cloud-providers/okta) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/okta). + + + + +%prep +%autosetup -n pulumi-okta-3.23.0 + +%build +%py3_build + +%install +%py3_install +install -d -m755 %{buildroot}/%{_pkgdocdir} +if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi +if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi +if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi +if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi +pushd %{buildroot} +if [ -d usr/lib ]; then + find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst +fi +if [ -d usr/lib64 ]; then + find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst +fi +if [ -d usr/bin ]; then + find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst +fi +if [ -d usr/sbin ]; then + find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst +fi +touch doclist.lst +if [ -d usr/share/man ]; then + find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst +fi +popd +mv %{buildroot}/filelist.lst . +mv %{buildroot}/doclist.lst . + +%files -n python3-pulumi-okta -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Fri May 05 2023 Python_Bot <Python_Bot@openeuler.org> - 3.23.0-1 +- Package Spec generated @@ -0,0 +1 @@ +79a9de8fba424c3bb9a6551ad15f2037 pulumi_okta-3.23.0.tar.gz |