Gitea Workspace Service
See: https://gitea.io/
Firewall Rules
The Gitea worskpace service opens outbound access to:
- AzureActiveDirectory
- Microsoft Entra ID CDN -
https://aadcdn.msftauth.net
Prerequisites
-
The Gitea workspace service container image needs building and pushing:
make workspace_service_bundle BUNDLE=gitea
Authenticating to Gitea and setting up a local username and password
- Navigate to the Gitea workspace service using the connection URI from the details tab.
- and from the menu click the
Sign in
button. - Click sign in with OpenID button and sign in with the same credentials used to access the workspace.
- Once succesfully signed in choose a username.
- Navigate to the user settings and under the account tab set a password for your account(
https://<gitea_url>/user/settings/account
). This username and passowrd should be used to authenticate against Gitea when carrying out git operations.
Upgrading to version 1.0.0
Migrating existing Gitea services to the major version 1.0.0 is not currently supported. This is due to the breaking change in the Terraform to migrate from the deprecated mysql_server to the new mysql_flexible_server.