Skip to content

Commit

Permalink
feat: add implementation for managing sso settings (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
sighphyre authored Sep 4, 2024
1 parent c30d5b6 commit 21e548b
Show file tree
Hide file tree
Showing 96 changed files with 12,059 additions and 676 deletions.
34 changes: 26 additions & 8 deletions client/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -26,24 +26,28 @@ docs/CreateApiTokenSchemaOneOf3.md
docs/CreatePatSchema.md
docs/CreateProjectSchema.md
docs/CreateProjectSchemaChangeRequestEnvironmentsInner.md
docs/CreateRole400Response.md
docs/CreateRole409Response.md
docs/CreateRoleWithPermissionsSchema.md
docs/CreateRoleWithPermissionsSchemaAnyOf.md
docs/CreateRoleWithPermissionsSchemaAnyOf1.md
docs/CreateRoleWithPermissionsSchemaAnyOf1PermissionsInner.md
docs/CreateRoleWithPermissionsSchemaAnyOfPermissionsInner.md
docs/CreateServiceAccount415Response.md
docs/CreateServiceAccountSchema.md
docs/CreateUserResponseSchema.md
docs/CreateUserResponseSchemaRootRole.md
docs/CreateUserSchema.md
docs/CreateUserSchemaRootRole.md
docs/GetRoleById404Response.md
docs/GetRoles401Response.md
docs/GetRoles403Response.md
docs/GetSamlSettings400Response.md
docs/GetSamlSettings401Response.md
docs/GetSamlSettings403Response.md
docs/GroupUserModelSchema.md
docs/GroupWithProjectRoleSchema.md
docs/OidcSettingsResponseSchema.md
docs/OidcSettingsSchema.md
docs/OidcSettingsSchemaOneOf.md
docs/OidcSettingsSchemaOneOf1.md
docs/PasswordAuthSchema.md
docs/PatSchema.md
docs/PatsSchema.md
docs/ProjectAccessConfigurationSchema.md
Expand All @@ -58,9 +62,14 @@ docs/RoleSchema.md
docs/RoleWithPermissionsSchema.md
docs/RoleWithVersionSchema.md
docs/RolesWithVersionSchema.md
docs/SamlSettingsResponseSchema.md
docs/SamlSettingsSchema.md
docs/SamlSettingsSchemaOneOf.md
docs/SamlSettingsSchemaOneOf1.md
docs/ServiceAccountSchema.md
docs/ServiceAccountsAPI.md
docs/ServiceAccountsSchema.md
docs/SetSamlSettings415Response.md
docs/UpdateApiTokenSchema.md
docs/UpdateProjectSchema.md
docs/UpdateServiceAccountSchema.md
Expand All @@ -83,24 +92,28 @@ model_create_api_token_schema_one_of_3.go
model_create_pat_schema.go
model_create_project_schema.go
model_create_project_schema_change_request_environments_inner.go
model_create_role_400_response.go
model_create_role_409_response.go
model_create_role_with_permissions_schema.go
model_create_role_with_permissions_schema_any_of.go
model_create_role_with_permissions_schema_any_of_1.go
model_create_role_with_permissions_schema_any_of_1_permissions_inner.go
model_create_role_with_permissions_schema_any_of_permissions_inner.go
model_create_service_account_415_response.go
model_create_service_account_schema.go
model_create_user_response_schema.go
model_create_user_response_schema_root_role.go
model_create_user_schema.go
model_create_user_schema_root_role.go
model_get_role_by_id_404_response.go
model_get_roles_401_response.go
model_get_roles_403_response.go
model_get_saml_settings_400_response.go
model_get_saml_settings_401_response.go
model_get_saml_settings_403_response.go
model_group_user_model_schema.go
model_group_with_project_role_schema.go
model_oidc_settings_response_schema.go
model_oidc_settings_schema.go
model_oidc_settings_schema_one_of.go
model_oidc_settings_schema_one_of_1.go
model_password_auth_schema.go
model_pat_schema.go
model_pats_schema.go
model_project_access_configuration_schema.go
Expand All @@ -114,8 +127,13 @@ model_role_schema.go
model_role_with_permissions_schema.go
model_role_with_version_schema.go
model_roles_with_version_schema.go
model_saml_settings_response_schema.go
model_saml_settings_schema.go
model_saml_settings_schema_one_of.go
model_saml_settings_schema_one_of_1.go
model_service_account_schema.go
model_service_accounts_schema.go
model_set_saml_settings_415_response.go
model_update_api_token_schema.go
model_update_project_schema.go
model_update_service_account_schema.go
Expand Down
25 changes: 20 additions & 5 deletions client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
## Overview
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.

- API version: 6.1.10+main
- API version: 6.1.12+main
- Package version: 1.0.0
- Generator version: 7.7.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen
Expand Down Expand Up @@ -83,7 +83,13 @@ Class | Method | HTTP request | Description
*APITokensAPI* | [**GetAllApiTokens**](docs/APITokensAPI.md#getallapitokens) | **Get** /api/admin/api-tokens | Get API tokens
*APITokensAPI* | [**GetApiTokensByName**](docs/APITokensAPI.md#getapitokensbyname) | **Get** /api/admin/api-tokens/{name} | Get API tokens by name
*APITokensAPI* | [**UpdateApiToken**](docs/APITokensAPI.md#updateapitoken) | **Put** /api/admin/api-tokens/{token} | Update API token
*AuthAPI* | [**GetOidcSettings**](docs/AuthAPI.md#getoidcsettings) | **Get** /api/admin/auth/oidc/settings | Get OIDC auth settings
*AuthAPI* | [**GetPermissions**](docs/AuthAPI.md#getpermissions) | **Get** /api/admin/permissions | Gets available permissions
*AuthAPI* | [**GetSamlSettings**](docs/AuthAPI.md#getsamlsettings) | **Get** /api/admin/auth/saml/settings | Get SAML auth settings
*AuthAPI* | [**GetSimpleSettings**](docs/AuthAPI.md#getsimplesettings) | **Get** /api/admin/auth/simple/settings | Get Simple auth settings
*AuthAPI* | [**SetOidcSettings**](docs/AuthAPI.md#setoidcsettings) | **Post** /api/admin/auth/oidc/settings | Set OIDC settings
*AuthAPI* | [**SetSamlSettings**](docs/AuthAPI.md#setsamlsettings) | **Post** /api/admin/auth/saml/settings | Update SAML auth settings
*AuthAPI* | [**SetSimpleSettings**](docs/AuthAPI.md#setsimplesettings) | **Post** /api/admin/auth/simple/settings | Update Simple auth settings
*ProjectsAPI* | [**CreateProject**](docs/ProjectsAPI.md#createproject) | **Post** /api/admin/projects | Create project
*ProjectsAPI* | [**DeleteProject**](docs/ProjectsAPI.md#deleteproject) | **Delete** /api/admin/projects/{projectId} | Delete project
*ProjectsAPI* | [**GetProjectAccess**](docs/ProjectsAPI.md#getprojectaccess) | **Get** /api/admin/projects/{projectId}/access | Get users and groups in project
Expand Down Expand Up @@ -124,24 +130,28 @@ Class | Method | HTTP request | Description
- [CreatePatSchema](docs/CreatePatSchema.md)
- [CreateProjectSchema](docs/CreateProjectSchema.md)
- [CreateProjectSchemaChangeRequestEnvironmentsInner](docs/CreateProjectSchemaChangeRequestEnvironmentsInner.md)
- [CreateRole400Response](docs/CreateRole400Response.md)
- [CreateRole409Response](docs/CreateRole409Response.md)
- [CreateRoleWithPermissionsSchema](docs/CreateRoleWithPermissionsSchema.md)
- [CreateRoleWithPermissionsSchemaAnyOf](docs/CreateRoleWithPermissionsSchemaAnyOf.md)
- [CreateRoleWithPermissionsSchemaAnyOf1](docs/CreateRoleWithPermissionsSchemaAnyOf1.md)
- [CreateRoleWithPermissionsSchemaAnyOf1PermissionsInner](docs/CreateRoleWithPermissionsSchemaAnyOf1PermissionsInner.md)
- [CreateRoleWithPermissionsSchemaAnyOfPermissionsInner](docs/CreateRoleWithPermissionsSchemaAnyOfPermissionsInner.md)
- [CreateServiceAccount415Response](docs/CreateServiceAccount415Response.md)
- [CreateServiceAccountSchema](docs/CreateServiceAccountSchema.md)
- [CreateUserResponseSchema](docs/CreateUserResponseSchema.md)
- [CreateUserResponseSchemaRootRole](docs/CreateUserResponseSchemaRootRole.md)
- [CreateUserSchema](docs/CreateUserSchema.md)
- [CreateUserSchemaRootRole](docs/CreateUserSchemaRootRole.md)
- [GetRoleById404Response](docs/GetRoleById404Response.md)
- [GetRoles401Response](docs/GetRoles401Response.md)
- [GetRoles403Response](docs/GetRoles403Response.md)
- [GetSamlSettings400Response](docs/GetSamlSettings400Response.md)
- [GetSamlSettings401Response](docs/GetSamlSettings401Response.md)
- [GetSamlSettings403Response](docs/GetSamlSettings403Response.md)
- [GroupUserModelSchema](docs/GroupUserModelSchema.md)
- [GroupWithProjectRoleSchema](docs/GroupWithProjectRoleSchema.md)
- [OidcSettingsResponseSchema](docs/OidcSettingsResponseSchema.md)
- [OidcSettingsSchema](docs/OidcSettingsSchema.md)
- [OidcSettingsSchemaOneOf](docs/OidcSettingsSchemaOneOf.md)
- [OidcSettingsSchemaOneOf1](docs/OidcSettingsSchemaOneOf1.md)
- [PasswordAuthSchema](docs/PasswordAuthSchema.md)
- [PatSchema](docs/PatSchema.md)
- [PatsSchema](docs/PatsSchema.md)
- [ProjectAccessConfigurationSchema](docs/ProjectAccessConfigurationSchema.md)
Expand All @@ -155,8 +165,13 @@ Class | Method | HTTP request | Description
- [RoleWithPermissionsSchema](docs/RoleWithPermissionsSchema.md)
- [RoleWithVersionSchema](docs/RoleWithVersionSchema.md)
- [RolesWithVersionSchema](docs/RolesWithVersionSchema.md)
- [SamlSettingsResponseSchema](docs/SamlSettingsResponseSchema.md)
- [SamlSettingsSchema](docs/SamlSettingsSchema.md)
- [SamlSettingsSchemaOneOf](docs/SamlSettingsSchemaOneOf.md)
- [SamlSettingsSchemaOneOf1](docs/SamlSettingsSchemaOneOf1.md)
- [ServiceAccountSchema](docs/ServiceAccountSchema.md)
- [ServiceAccountsSchema](docs/ServiceAccountsSchema.md)
- [SetSamlSettings415Response](docs/SetSamlSettings415Response.md)
- [UpdateApiTokenSchema](docs/UpdateApiTokenSchema.md)
- [UpdateProjectSchema](docs/UpdateProjectSchema.md)
- [UpdateServiceAccountSchema](docs/UpdateServiceAccountSchema.md)
Expand Down
Loading

0 comments on commit 21e548b

Please sign in to comment.